updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ts / PKGBUILD
blobda38ed650819392f28aba1b4a174d6df1a1f3285
1 # Contributor: lp76 <l.peduto@gmail.com>
2 pkgname=ts
3 pkgver=0.7.0
4 pkgrel=1
5 pkgdesc="A Unix batch system where the tasks spooled run one after the other"
6 arch=('i686' 'x86_64')
7 url="http://vicerveza.homeunix.net/~viric/soft/ts/"
8 license=('GPL')
9 depends=()
10 source=(http://vicerveza.homeunix.net/~viric/soft/ts/$pkgname-$pkgver.tar.gz)
11 md5sums=('7b1e22553099bf92eb680ae4ea1e56f7')
13 build() {
14   cd $srcdir/$pkgname-$pkgver
15   # patch the Makefile for the correct path of install command and man file
16   sed -i 's|INSTALL=/usr/bin/install|INSTALL=/bin/install|g' Makefile
17   sed -i 's|$(PREFIX)/man/man1|$(PREFIX)/share/man/man1|g' Makefile
18   make || return 1
19   make PREFIX=$pkgdir/usr install