diff --git a/srcpkgs/ts/template b/srcpkgs/ts/template index 3525198fcf..3f0f678987 100644 --- a/srcpkgs/ts/template +++ b/srcpkgs/ts/template @@ -1,19 +1,15 @@ # Template file for 'ts' pkgname=ts version=1.0 -revision=1 +revision=2 build_style=gnu-makefile short_desc="A simple unix task spool system" -maintainer="Christian Neukirchen " +maintainer="Leah 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=4f53e34fff0bb24caaa44cdf7598fd02f3e5fa7cacaea43fa0d081d03ffbb395 -do_build() { - make ${makejobs} CC="$CC" CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS" -} - do_install() { make PREFIX="$DESTDIR/usr" install vdoc Changelog