wok-next view zpaq/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }