wok-next view zpaq/receipt @ rev 21626
updated encodings (1.0.4 -> 1.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 16:03:31 2020 +0100 (2020-06-25) |
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 }