wok view zerofree/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents
children 4851cb6b7410
line source
1 # SliTaz package receipt.
3 PACKAGE="zerofree"
4 VERSION="1.0.3"
5 CATEGORY="base-system"
6 SHORT_DESC="Keeping filesystem images sparse."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://intgat.tigress.co.uk/rmy/uml/"
11 WGET_URL="${WEB_SITE}$TARBALL"
13 DEPENDS="e2fsprogs"
14 BUILD_DEPENDS="e2fsprogs-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/zerofree $fs/usr/bin
27 }