wok-next view zerofree/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-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 }