wok-current annotate util-linux-ng-cfdisk/receipt @ rev 10353
gcc: Removed gawk in build depends. Added check like the one glibc has to install if cook script is found. Fixed tazwok cookorder i hope.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 16:40:19 2011 +0000 (2011-05-22) |
parents | edf212a8db46 |
children |
rev | line source |
---|---|
pankso@3104 | 1 # SliTaz package receipt. |
pankso@3104 | 2 |
pankso@3104 | 3 PACKAGE="util-linux-ng-cfdisk" |
slaxemulator@10150 | 4 VERSION="2.19.1" |
pankso@3104 | 5 CATEGORY="system-tools" |
pankso@3104 | 6 SHORT_DESC="The cfdisk utility from Util linux NG." |
pankso@3104 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@3104 | 8 DEPENDS="glibc-base ncurses" |
pankso@3104 | 9 WANTED="util-linux-ng" |
pankso@3104 | 10 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" |
pankso@3104 | 11 |
pankso@3104 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3104 | 13 genpkg_rules() |
pankso@3104 | 14 { |
pankso@4678 | 15 mkdir -p $fs/sbin $fs/usr/share/applications |
pankso@3104 | 16 cp -a $_pkg/sbin/cfdisk $fs/sbin |
pankso@4678 | 17 cp stuff/cfdisk.desktop $fs/usr/share/applications |
pankso@3104 | 18 } |