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 +}