wok-stable diff util-linux-ng-cfdisk/receipt @ rev 3332

Add: ORBit2
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 10 10:53:26 2009 +0000 (2009-06-10)
parents
children 028e3be0e05c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-ng-cfdisk/receipt	Wed Jun 10 10:53:26 2009 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="util-linux-ng-cfdisk"
     1.7 +VERSION="2.15"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="The cfdisk utility from Util linux NG."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="glibc-base ncurses"
    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/sbin
    1.20 +	cp -a $_pkg/sbin/cfdisk $fs/sbin
    1.21 +}