# HG changeset patch # User necrophcodr # Date 1410339375 -7200 # Node ID 8e0ac35c4d251d1025ef3aab29d257844bb141ee # Parent 9d6ba8af84f289a310d21a867bcf2b2d8eed0547 Add zpaq diff -r 9d6ba8af84f2 -r 8e0ac35c4d25 zpaq/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpaq/receipt Wed Sep 10 10:56:15 2014 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="zpaq" +VERSION="6.51" +CATEGORY="utilities" +SHORT_DESC="incremental journaling backup utility and archiver" +MAINTAINER="tcg.thegamer@gmail.com" +LICENSE="GPL3" +TARBALL="zpaq651.zip" +WEB_SITE="http://mattmahoney.net/dc/zpaq.html" +WGET_URL="http://mattmahoney.net/dc/zpaq651.zip" + +DEPENDS="" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make && + mkdir -p $install/usr/bin && + cp zpaq $install/usr/bin/zpaq +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +}