wok-current view zpaq/receipt @ rev 24002
Up tazinst (109)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 16 11:02:29 2021 +0000 (2021-01-16) |
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 }