wok-next view zerofree/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
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 }