void-packages/srcpkgs/ts/template
Christian Neukirchen 161c24b411 ts: update to 0.7.5.
2015-03-07 14:42:42 +01:00

23 lines
619 B
Bash

# Template file for 'ts'
pkgname=ts
version=0.7.5
revision=1
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
}