# Compiling Time: 0.09 SBU # Maintainer: Baste pkgname=pastebinit pkgver=1.4.1 pkgrel=1 pkgdesc="A software that lets you send anything you want directly to a pastebin from the command line." depends=('python' 'configobj') makedepends=('asciidoc' 'docbook-xsl') groups=('apps-extra') archs=('i686' 'x86_64') sha1sums=('1482311559bc939bb78bbd3e05b15400105bb9c8') Finclude launchpad build() { Fcd Fexerel $pkgname usr/bin/$pkgname Fmkdir /etc Fcprel pastebin.d etc/pastebin.d/ a2x -f manpage pastebinit.xml || Fdie Fmanrel $pkgname.1 cd po || Fdie Fmake Fmkdir /usr/share/locale cp -a mo/* $Fdestdir/usr/share/locale/ || Fdie }