wok view zpaq/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents
children 9fbacc9df6fc
line source
1 # SliTaz package receipt.
3 PACKAGE="zpaq"
4 VERSION="6.51"
5 CATEGORY="utilities"
6 SHORT_DESC="incremental journaling backup utility and archiver"
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="GPL3"
9 TARBALL="zpaq651.zip"
10 WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
11 WGET_URL="http://mattmahoney.net/dc/zpaq651.zip"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make &&
21 mkdir -p $install/usr/bin &&
22 cp zpaq $install/usr/bin/zpaq
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs/
29 }