# Template file for 'ts' pkgname=ts version=0.7.6 revision=1 build_style=gnu-makefile short_desc="A simple unix task spool system" 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=93d383e6cf239f90aa06b9aed163c33e71de75fab907551eeded6238ba0e661d do_build() { make ${makejobs} CC="$CC" CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS" } do_install() { make PREFIX="$DESTDIR/usr" install vdoc Changelog vdoc OBJECTIVES vdoc TRICKS }