ts: update to 1.0.

This commit is contained in:
Leah Neukirchen 2017-04-26 13:30:09 +02:00
parent 208873383e
commit 58ba3bbbfa

View file

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