wok-next annotate zpaq/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }