wok diff util-linux-ng-cramfs/receipt @ rev 9539

Add setuptools to python-webob build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 08 13:48:25 2011 +0000 (2011-04-08)
parents
children 163676c61a63
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-ng-cramfs/receipt	Fri Apr 08 13:48:25 2011 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="util-linux-ng-cramfs"
     1.7 +VERSION="2.19"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="The cramfs utilities from Util linux NG."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="zlib"
    1.12 +WANTED="util-linux-ng"
    1.13 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/sbin
    1.19 +	cp -a $_pkg/sbin/*cramfs $fs/sbin
    1.20 +}