wok-stable view util-linux-ng-cfdisk/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents edf212a8db46
children
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-cfdisk"
4 VERSION="2.19.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The cfdisk utility from Util linux NG."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glibc-base ncurses"
9 WANTED="util-linux-ng"
10 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/sbin $fs/usr/share/applications
16 cp -a $_pkg/sbin/cfdisk $fs/sbin
17 cp stuff/cfdisk.desktop $fs/usr/share/applications
18 }