wok-current diff util-linux-partx/receipt @ rev 12480
Up: util-linux (2.21.1) no longer util-linux-ng
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 16:19:05 2012 +0200 (2012-04-23) |
parents | |
children | 61ad9c3b0a5a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-partx/receipt Mon Apr 23 16:19:05 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="util-linux-partx" 1.7 +VERSION="2.21.1" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="The partx utilities from Util linux NG (addpart,delpart,partx)." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="glibc-base" 1.12 +WANTED="util-linux" 1.13 +WEB_SITE="http://kernel.org/~kzak/util-linux/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/sbin 1.19 + for i in addpart delpart partx; do 1.20 + cp -a $_pkg/usr/sbin/$i $fs/usr/sbin 1.21 + done 1.22 +}