wok view zpaq/receipt @ rev 18076

djview: update depends
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu May 21 21:27:27 2015 +0200 (2015-05-21)
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 }