From ad0bc8d4014ef022afedc29538e663b6fac18f96 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 28 Dec 2014 16:00:13 +0100 Subject: [PATCH] New package: ddpt-0.95. --- srcpkgs/ddpt/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ddpt/template diff --git a/srcpkgs/ddpt/template b/srcpkgs/ddpt/template new file mode 100644 index 00000000000..4198a524a80 --- /dev/null +++ b/srcpkgs/ddpt/template @@ -0,0 +1,16 @@ +# Template file for 'ddpt' +pkgname=ddpt +version=0.95 +revision=1 +build_style=gnu-configure +makedepends="sg3_utils-devel" +short_desc="A variant of the standard Unix command dd which copies files" +maintainer="Juan RP " +homepage="http://sg.danny.cz/sg/ddpt.html" +license="BSD" +distfiles="http://sg.danny.cz/sg/p/${pkgname}-${version}.tgz" +checksum=84a3c2a9ed7d5bff33ae298fb8bbbf650d5db3235a2bfe90033518e759144bb5 + +post_install() { + vlicense COPYING +}