wok rev 17206

Add zerofree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 09 14:44:32 2014 +0200 (2014-10-09)
parents dc6e035b1d63
children 5a1c8721fb04
files zerofree/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/zerofree/receipt	Thu Oct 09 14:44:32 2014 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="zerofree"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="Keeping filesystem images sparse."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tgz"
    1.13 +WEB_SITE="http://intgat.tigress.co.uk/rmy/uml/"
    1.14 +WGET_URL="${WEB_SITE}$TARBALL"
    1.15 +
    1.16 +DEPENDS="e2fsprogs"
    1.17 +BUILD_DEPENDS="e2fsprogs-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	make
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/bin
    1.29 +	cp -a $src/zerofree $fs/usr/bin
    1.30 +}