wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/zpaq/receipt	Thu Dec 18 12:32:12 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="zpaq"
     1.7 +VERSION="6.51"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="incremental journaling backup utility and archiver"
    1.10 +MAINTAINER="tcg.thegamer@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +TARBALL="zpaq651.zip"
    1.13 +WEB_SITE="http://mattmahoney.net/dc/zpaq.html"
    1.14 +WGET_URL="http://mattmahoney.net/dc/zpaq651.zip"
    1.15 +
    1.16 +DEPENDS=""
    1.17 +BUILD_DEPENDS=""
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	make &&
    1.24 +	mkdir -p $install/usr/bin &&
    1.25 +	cp zpaq $install/usr/bin/zpaq
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	cp -a $install/usr $fs/
    1.32 +}