wok-next view zerofree/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents da9e80c5d4bb
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://frippery.org/uml/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 BUILD_DEPENDS="e2fsprogs-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/zerofree $install/usr/bin/zerofree
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="e2fsprogs"
24 }