wok-current rev 17138
Add zpaq
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Wed Sep 10 10:56:15 2014 +0200 (2014-09-10) |
parents | 9d6ba8af84f2 |
children | 71c50a9bf9ca |
files | zpaq/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/zpaq/receipt Wed Sep 10 10:56:15 2014 +0200 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="zpaq" 1.7 +VERSION="6.51" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="incremental journaling backup utility and archiver" 1.10 +MAINTAINER="tcg.thegamer@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +TARBALL="zpaq651.zip" 1.13 +WEB_SITE="http://mattmahoney.net/dc/zpaq.html" 1.14 +WGET_URL="http://mattmahoney.net/dc/zpaq651.zip" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + make && 1.24 + mkdir -p $install/usr/bin && 1.25 + cp zpaq $install/usr/bin/zpaq 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/usr $fs/ 1.32 +}