wok annotate zpaq/receipt @ rev 22649

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-14)
parents b81825d54cb6
children 922f061231c2
rev   line source
tcg@17138 1 # SliTaz package receipt.
tcg@17138 2
tcg@17138 3 PACKAGE="zpaq"
pascal@20330 4 VERSION="7.15"
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 }