wok-current diff util-linux-ng-getopt/receipt @ rev 3117
c-client: use busybox tar
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 18 21:47:38 2009 +0200 (2009-05-18) |
parents | |
children | 028e3be0e05c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-ng-getopt/receipt Mon May 18 21:47:38 2009 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="util-linux-ng-getopt" 1.7 +VERSION="2.15" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The getopt utility from Util linux NG." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="glibc-base" 1.12 +BUILD_DEPENDS="slitaz-toolchain" 1.13 +WANTED="util-linux-ng" 1.14 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/bin 1.20 + cp -a $_pkg/usr/bin/getopt $fs/usr/bin 1.21 +}