wok annotate 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
rev   line source
tcg@17138 1 # SliTaz package receipt.
tcg@17138 2
tcg@17138 3 PACKAGE="zpaq"
necrophcodr@17744 4 VERSION="7.02"
tcg@17138 5 CATEGORY="utilities"
tcg@17138 6 SHORT_DESC="incremental journaling backup utility and archiver"
necrophcodr@17744 7 MAINTAINER="necrophcodr@necrophcodr.me"
tcg@17138 8 LICENSE="GPL3"
necrophcodr@17744 9 TARBALL="zpaq702.zip"
tcg@17138 10 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
necrophcodr@17744 11 WGET_URL="http://mattmahoney.net/dc/zpaq702.zip"
tcg@17138 12
tcg@17138 13 DEPENDS=""
tcg@17138 14 BUILD_DEPENDS=""
tcg@17138 15
tcg@17138 16 # Rules to configure and make the package.
tcg@17138 17 compile_rules()
tcg@17138 18 {
tcg@17138 19 cd $src
tcg@17138 20 make &&
tcg@17138 21 mkdir -p $install/usr/bin &&
tcg@17138 22 cp zpaq $install/usr/bin/zpaq
tcg@17138 23 }
tcg@17138 24
tcg@17138 25 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17138 26 genpkg_rules()
tcg@17138 27 {
tcg@17138 28 cp -a $install/usr $fs/
tcg@17138 29 }