wok-next annotate zpaq/receipt @ rev 18541

Add slitaz-icons-faenza-dark; plus various small fixes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 05 21:30:50 2015 +0200 (2015-11-05)
parents 9fbacc9df6fc
children d5aab818505e
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"
pascal@17747 9 TARBALL="zpaq${VERSION/./}.zip"
tcg@17138 10 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
pascal@17747 11 WGET_URL="http://mattmahoney.net/dc/$TARBALL"
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 make &&
tcg@17138 20 mkdir -p $install/usr/bin &&
tcg@17138 21 cp zpaq $install/usr/bin/zpaq
tcg@17138 22 }
tcg@17138 23
tcg@17138 24 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17138 25 genpkg_rules()
tcg@17138 26 {
tcg@17138 27 cp -a $install/usr $fs/
tcg@17138 28 }