diff --git a/srcpkgs/ts/template b/srcpkgs/ts/template index 2704fd8fb2..4e5716a238 100644 --- a/srcpkgs/ts/template +++ b/srcpkgs/ts/template @@ -1,6 +1,6 @@ # Template file for 'ts' pkgname=ts -version=0.7.4 +version=0.7.5 revision=1 build_style=gnu-makefile short_desc="A simple unix task spool system" @@ -8,7 +8,11 @@ maintainer="Christian Neukirchen " license="GPL-2" homepage="http://vicerveza.homeunix.net/~viric/soft/ts/" 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() { make PREFIX="$DESTDIR/usr" install