void-packages/srcpkgs/ts/template
2015-08-31 13:56:25 +02:00

23 lines
612 B
Bash

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