ts: update to 0.7.5.

This commit is contained in:
Christian Neukirchen 2015-03-07 14:42:42 +01:00
parent ad8437816e
commit 161c24b411

View file

@ -1,6 +1,6 @@
# Template file for 'ts' # Template file for 'ts'
pkgname=ts pkgname=ts
version=0.7.4 version=0.7.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="A simple unix task spool system" short_desc="A simple unix task spool system"
@ -8,7 +8,11 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://vicerveza.homeunix.net/~viric/soft/ts/" homepage="http://vicerveza.homeunix.net/~viric/soft/ts/"
distfiles="http://vicerveza.homeunix.net/~viric/soft/ts/${pkgname}-${version}.tar.gz" distfiles="http://vicerveza.homeunix.net/~viric/soft/ts/${pkgname}-${version}.tar.gz"
checksum=1a638f9dc5a96a764dde7b8af04c2dbb88d8cb0326139e9b231b8091804a5910 checksum=216d09dcfbae2f9bfea7582a71494172fe91c33d65499ea01b3bcac0600de96d
do_build() {
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS"
}
do_install() { do_install() {
make PREFIX="$DESTDIR/usr" install make PREFIX="$DESTDIR/usr" install