ts: update to 1.0.
This commit is contained in:
parent
208873383e
commit
58ba3bbbfa
1 changed files with 2 additions and 6 deletions
|
@ -1,19 +1,15 @@
|
|||
# Template file for 'ts'
|
||||
pkgname=ts
|
||||
version=1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="A simple unix task spool system"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue