wok view zpaq/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 9fbacc9df6fc
children 259bf47dcced
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="zpaq${VERSION/./}.zip"
10 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
11 WGET_URL="http://mattmahoney.net/dc/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make &&
20 mkdir -p $install/usr/bin &&
21 cp zpaq $install/usr/bin/zpaq
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs/
28 }