wok-next annotate zerofree/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 96232d43a609
children 8e1b2a143eb3
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@20503 9 WEB_SITE="http://intgat.tigress.co.uk/rmy/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 }