wok-6.x diff util-linux-ng-cramfs/receipt @ rev 10000
libsexymm: fix bdeps (may need lingiomm)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 01:30:49 2011 +0200 (2011-05-19) |
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 Thu May 19 01:30:49 2011 +0200 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 +}