wok diff util-linux-partx/receipt @ rev 12660

lftp: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 01 09:48:59 2012 +0200 (2012-05-01)
parents
children 61ad9c3b0a5a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-partx/receipt	Tue May 01 09:48:59 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 +}