From ad0c4b57f8b9e3293c9d29dd559af0d7afca4d6e Mon Sep 17 00:00:00 2001 From: necrophcodr Date: Thu, 22 Jan 2015 00:12:39 +0100 Subject: [PATCH 1/2] New package: zpaq-6.60 --- srcpkgs/zpaq/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/zpaq/template diff --git a/srcpkgs/zpaq/template b/srcpkgs/zpaq/template new file mode 100644 index 00000000000..06cf276a65c --- /dev/null +++ b/srcpkgs/zpaq/template @@ -0,0 +1,18 @@ +# template for 'zpaq' + +pkgname=zpaq +version=6.60 +revision=1 +license="GPL-3" +short_desc="Incremental Journaling Backup Utility and Archiver" +build_style=gnu-makefile +hostmakedepends="unzip" +maintainer="necrophcodr " +homepage="http://mattmahoney.net/dc/zpaq.html" +distfiles="http://mattmahoney.net/dc/zpaq660.zip" +create_wrksrc=yes +checksum=58fe7d94421ac115fb04eb58bacc17093ebd1294b05320989bcb1ce3be29cbdc + +do_install() { + vbin zpaq +} From 39ae112cab6c807d578fb121d9c7a2ea55f544fe Mon Sep 17 00:00:00 2001 From: necrophcodr Date: Thu, 22 Jan 2015 16:18:26 +0100 Subject: [PATCH 2/2] zpaq: add man page. --- srcpkgs/zpaq/template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/srcpkgs/zpaq/template b/srcpkgs/zpaq/template index 06cf276a65c..f6f29b12f51 100644 --- a/srcpkgs/zpaq/template +++ b/srcpkgs/zpaq/template @@ -6,13 +6,19 @@ revision=1 license="GPL-3" short_desc="Incremental Journaling Backup Utility and Archiver" build_style=gnu-makefile -hostmakedepends="unzip" +hostmakedepends="unzip pod2mdoc" maintainer="necrophcodr " homepage="http://mattmahoney.net/dc/zpaq.html" distfiles="http://mattmahoney.net/dc/zpaq660.zip" create_wrksrc=yes checksum=58fe7d94421ac115fb04eb58bacc17093ebd1294b05320989bcb1ce3be29cbdc +do_build() { + make ${makejobs} + pod2mdoc zpaq.pod > zpaq.1 +} + do_install() { vbin zpaq + vman zpaq.1 }