wok-next annotate zpaq/receipt @ rev 21223

updated btrfs-progs again (4.9.1 -> 5.3.1)
author Hans-G?nter Theisgen
date Tue Dec 03 10:21:27 2019 +0100 (2019-12-03)
parents b81825d54cb6
children
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"
al@21020 6 SHORT_DESC="Incremental journaling backup utility and archiver"
al@21020 7 MAINTAINER="devel@slitaz.org"
tcg@17138 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
al@21020 10
pascal@17747 11 TARBALL="zpaq${VERSION/./}.zip"
pascal@17747 12 WGET_URL="http://mattmahoney.net/dc/$TARBALL"
tcg@17138 13
al@21020 14 compile_rules() {
tcg@17138 15 make &&
al@21020 16 install -Dm755 zpaq $install/usr/bin/zpaq
tcg@17138 17 }
tcg@17138 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
tcg@17138 21 }