void-packages/srcpkgs/ts/template

23 lines
610 B
Bash

# Template file for 'ts'
pkgname=ts
version=1.0
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=4f53e34fff0bb24caaa44cdf7598fd02f3e5fa7cacaea43fa0d081d03ffbb395
do_build() {
make ${makejobs} CC="$CC" CFLAGS="$CFLAGS $CPPFLAGS" LDFLAGS="$LDFLAGS"
}
do_install() {
make PREFIX="$DESTDIR/usr" install
vdoc Changelog
vdoc OBJECTIVES
vdoc TRICKS
}