wok view zpaq/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents b81825d54cb6
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="zpaq"
4 VERSION="7.15"
5 CATEGORY="utilities"
6 SHORT_DESC="incremental journaling backup utility and archiver"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="GPL3"
9 TARBALL="zpaq${VERSION/./}.zip"
10 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
11 WGET_URL="http://mattmahoney.net/dc/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make &&
20 mkdir -p $install/usr/bin &&
21 cp zpaq $install/usr/bin/zpaq
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs/
28 }