wok-next annotate zerofree/receipt @ rev 21545

updated cgames (2.2 -> 2.2b)
author Hans-G?nter Theisgen
date Sun Jun 21 17:35:44 2020 +0100 (2020-06-21)
parents da9e80c5d4bb
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@17206 2
pascal@17206 3 PACKAGE="zerofree"
pascal@17206 4 VERSION="1.0.3"
pascal@17206 5 CATEGORY="base-system"
al@20503 6 SHORT_DESC="Keeping filesystem images sparse"
pascal@17206 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17206 8 LICENSE="GPL2"
al@20949 9 WEB_SITE="https://frippery.org/uml/"
al@20503 10
pascal@17206 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@17206 12 WGET_URL="${WEB_SITE}$TARBALL"
pascal@17206 13
pascal@17206 14 BUILD_DEPENDS="e2fsprogs-dev"
pascal@17206 15
al@20503 16 compile_rules() {
al@20503 17 make &&
al@20503 18 install -Dm755 $src/zerofree $install/usr/bin/zerofree
pascal@17206 19 }
pascal@17206 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
al@20503 23 DEPENDS="e2fsprogs"
pascal@17206 24 }