wok view util-linux-ng-partx/receipt @ rev 5990

uclibc-cross-compiler-i486: add run time support for host
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 14 16:57:26 2010 +0200 (2010-08-14)
parents 028e3be0e05c
children cb53e0d30346
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-partx"
4 VERSION="2.16.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The partx utilities from Util linux NG (addpart,delpart,partx)."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glibc-base"
9 BUILD_DEPENDS="slitaz-toolchain"
10 WANTED="util-linux-ng"
11 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin
17 for i in addpart delpart partx; do
18 cp -a $_pkg/usr/sbin/$i $fs/usr/sbin
19 done
20 }