From 88cbb2f7ad27c6994fb42a5d69ac9f4d91e6cbec Mon Sep 17 00:00:00 2001 From: allan Date: Thu, 23 Apr 2015 09:32:45 +0200 Subject: [PATCH] New package: mt-st-1.1 --- srcpkgs/mt-st/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/mt-st/template diff --git a/srcpkgs/mt-st/template b/srcpkgs/mt-st/template new file mode 100644 index 0000000000..f6f3813a0e --- /dev/null +++ b/srcpkgs/mt-st/template @@ -0,0 +1,19 @@ +# Template file for 'mt-st' +pkgname=mt-st +version=1.1 +revision=1 +build_style=gnu-makefile +short_desc="Linux SCSI tape driver aware magnetic tape control (aka mt)" +maintainer="allan " +license="GPL-2" +homepage="http://ftp.ibiblio.org/pub/linux/system/backup/" +distfiles="ftp://ftp.ibiblio.org/pub/linux/system/backup/mt-st-${version}.tar.gz" +checksum=945cb4f3d9957dabe768f5941a9148b746396836c797b25f020c84319ba8170d + +do_install() { + vbin mt + vman mt.1 + vbin stinit + vman stinit.8 + vdoc stinit.def.examples +}