summaryrefslogtreecommitdiff
path: root/community/moreutils/PKGBUILD
blob: 7c4ef3bc94d999be57718e811be624d0b8d310ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $Id: PKGBUILD 67622 2012-03-13 14:24:57Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>

pkgname=moreutils
pkgver=0.45
pkgrel=3
pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
arch=('i686' 'x86_64' 'mips64el')
url="http://kitenet.net/~joey/code/moreutils.html"
license=('GPL')
makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax')
depends=('perl')
optdepends=('perl-timedate' 'perl-time-duration' 'perl-ipc-run')
options=('!emptydirs' 'zipman')
replaces=(moreutils-svn)
source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
md5sums=('b30306cd7312219551b890fbcbf984c4')

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

  mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1
  mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils
}