wok view zpaq/receipt @ rev 17744

Up zpaq (7.02)
author necrophcodr <necrophcodr@necrophcodr.me>
date Sat Mar 07 18:21:38 2015 +0000 (2015-03-07)
parents 8e0ac35c4d25
children b81825d54cb6
line source
1 # SliTaz package receipt.
3 PACKAGE="zpaq"
4 VERSION="7.02"
5 CATEGORY="utilities"
6 SHORT_DESC="incremental journaling backup utility and archiver"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="GPL3"
9 TARBALL="zpaq702.zip"
10 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
11 WGET_URL="http://mattmahoney.net/dc/zpaq702.zip"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make &&
21 mkdir -p $install/usr/bin &&
22 cp zpaq $install/usr/bin/zpaq
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs/
29 }