wok-next diff util-linux-ng-minix/receipt @ 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 | |
children | 163676c61a63 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-ng-minix/receipt Sun Apr 03 09:51:36 2011 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="util-linux-ng-minix" 1.7 +VERSION="2.19" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="The minix utilities from Util linux NG." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WANTED="util-linux-ng" 1.12 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/sbin 1.18 + cp -a $_pkg/sbin/*minix $fs/sbin 1.19 +}