wok view zpaq/receipt @ rev 17455

syslinux/iso2exe: avoid a possible deadlock in progress bar
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 12:32:12 2014 +0100 (2014-12-18)
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 }