From 50796fb7ce8a1ebbb043778ba3c3b0eb4f849f9a Mon Sep 17 00:00:00 2001 From: Gour Date: Sun, 26 Jul 2015 14:18:19 +0200 Subject: [PATCH] New package: tarsnap-1.0.35 --- srcpkgs/tarsnap/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/tarsnap/template diff --git a/srcpkgs/tarsnap/template b/srcpkgs/tarsnap/template new file mode 100644 index 00000000000..be8910750b3 --- /dev/null +++ b/srcpkgs/tarsnap/template @@ -0,0 +1,25 @@ +# Template file for 'tarsnap' +pkgname=tarsnap +version=1.0.35 +revision=1 +wrksrc=${pkgname}-autoconf-${version} +build_style=gnu-configure +configure_args="--sysconfdir=/etc/${pkgname}" +makedepends="e2fsprogs-devel libressl-devel" +depends="bzip2 xz" +short_desc="An online encrypted backup service (client)" +maintainer="Gour " +license=proprietary +homepage="http://www.tarsnap.com/" +restricted=yes +distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.35.tgz" +checksum=6c9f6756bc43bc225b842f7e3a0ec7204e0cf606e10559d27704e1cc33098c9a + +conf_files="/etc/tarsnap/tarsnap.conf" + +post_install() { + vinstall tar/tarsnap.conf.sample 644 etc/tarsnap tarsnap.conf + rm ${PKGDESTDIR}/etc/tarsnap/tarsnap.conf.sample + vlicense COPYING +} +