# $Id: PKGBUILD 44097 2011-04-02 12:06:41Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Alessio 'mOLOk' Bolognino pkgname=moreutils pkgver=0.44 pkgrel=1 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" arch=('i686' 'x86_64') url="http://kitenet.net/~joey/code/moreutils.html" license=('GPL') makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') depends=('perl') options=('!emptydirs' 'zipman') replaces=(moreutils-svn) source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) md5sums=('a3fb0b1393c381aae88d8139400c24dc') build() { cd $srcdir/moreutils make DOCBOOK2XMAN=docbook2man make PREFIX=$pkgdir/usr install chmod 0644 $pkgdir/usr/share/man/man1/* mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils }