From bb9468d1272888b08b5e75419aa455e59b8674b3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 24 Jul 2014 19:00:33 +0200 Subject: [PATCH] New package: ts-0.7.4 --- srcpkgs/ts/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/ts/template diff --git a/srcpkgs/ts/template b/srcpkgs/ts/template new file mode 100644 index 00000000000..2704fd8fb2b --- /dev/null +++ b/srcpkgs/ts/template @@ -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 " +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 +}