New package: ts-0.7.4
This commit is contained in:
parent
4e5dd78b89
commit
bb9468d127
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'ts'
|
||||
pkgname=ts
|
||||
version=0.7.4
|
||||
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=1a638f9dc5a96a764dde7b8af04c2dbb88d8cb0326139e9b231b8091804a5910
|
||||
|
||||
do_install() {
|
||||
make PREFIX="$DESTDIR/usr" install
|
||||
vdoc Changelog
|
||||
vdoc OBJECTIVES
|
||||
vdoc TRICKS
|
||||
}
|
Loading…
Reference in New Issue