wok view zerofree/receipt @ rev 20347

libassuan update: 2.4.2 (2015 Dec) -> 2.5.1 (2017 Dec)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 10:38:15 2018 +0000 (2018-06-09)
parents 4851cb6b7410
children 1b219c924233
line source
1 # SliTaz package receipt.
3 PACKAGE="zerofree"
4 VERSION="1.1.0"
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="https://frippery.org/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 sed -i 's/-lext2fs/& -lcom_err/' Makefile
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/zerofree $fs/usr/bin
28 }