1 # Contributor: lp76 <l.peduto@gmail.com>
5 pkgdesc="A Unix batch system where the tasks spooled run one after the other"
7 url="http://vicerveza.homeunix.net/~viric/soft/ts/"
10 source=(http://vicerveza.homeunix.net/~viric/soft/ts/$pkgname-$pkgver.tar.gz)
11 md5sums=('7b1e22553099bf92eb680ae4ea1e56f7')
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
19 make PREFIX=$pkgdir/usr install