wok-next view zpaq/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents b81825d54cb6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="zpaq"
4 VERSION="7.02"
5 CATEGORY="utilities"
6 SHORT_DESC="Incremental journaling backup utility and archiver"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
11 TARBALL="zpaq${VERSION/./}.zip"
12 WGET_URL="http://mattmahoney.net/dc/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 zpaq $install/usr/bin/zpaq
17 }
19 genpkg_rules() {
20 copy @std
21 }