wok-6.x annotate zerofree/receipt @ rev 19660
Up cookutils (874)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 28 13:03:20 2017 +0200 (2017-01-28) |
parents | |
children | 4851cb6b7410 |
rev | line source |
---|---|
pascal@17206 | 1 # SliTaz package receipt. |
pascal@17206 | 2 |
pascal@17206 | 3 PACKAGE="zerofree" |
pascal@17206 | 4 VERSION="1.0.3" |
pascal@17206 | 5 CATEGORY="base-system" |
pascal@17206 | 6 SHORT_DESC="Keeping filesystem images sparse." |
pascal@17206 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17206 | 8 LICENSE="GPL2" |
pascal@17206 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@17206 | 10 WEB_SITE="http://intgat.tigress.co.uk/rmy/uml/" |
pascal@17206 | 11 WGET_URL="${WEB_SITE}$TARBALL" |
pascal@17206 | 12 |
pascal@17206 | 13 DEPENDS="e2fsprogs" |
pascal@17206 | 14 BUILD_DEPENDS="e2fsprogs-dev" |
pascal@17206 | 15 |
pascal@17206 | 16 # Rules to configure and make the package. |
pascal@17206 | 17 compile_rules() |
pascal@17206 | 18 { |
pascal@17206 | 19 make |
pascal@17206 | 20 } |
pascal@17206 | 21 |
pascal@17206 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17206 | 23 genpkg_rules() |
pascal@17206 | 24 { |
pascal@17206 | 25 mkdir -p $fs/usr/bin |
pascal@17206 | 26 cp -a $src/zerofree $fs/usr/bin |
pascal@17206 | 27 } |