wok-next view zpaq/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }