wok rev 9456
Add util-linux-ng-minix & util-linux-ng-cramfs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 03 09:51:36 2011 +0200 (2011-04-03) |
parents | 0d51ad760686 |
children | ce522e556202 |
files | util-linux-ng-cramfs/receipt util-linux-ng-minix/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-ng-cramfs/receipt Sun Apr 03 09:51:36 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 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/util-linux-ng-minix/receipt Sun Apr 03 09:51:36 2011 +0200 2.3 @@ -0,0 +1,16 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="util-linux-ng-minix" 2.7 +VERSION="2.19" 2.8 +CATEGORY="system-tools" 2.9 +SHORT_DESC="The minix utilities from Util linux NG." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +WANTED="util-linux-ng" 2.12 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" 2.13 + 2.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.15 +genpkg_rules() 2.16 +{ 2.17 + mkdir -p $fs/sbin 2.18 + cp -a $_pkg/sbin/*minix $fs/sbin 2.19 +}