wok view util-linux-ng-cfdisk/receipt @ rev 3322

add file-dev | need magic.h for splashy
author Allan Pinto <allan316@gmail.com>
date Tue Jun 09 18:38:41 2009 +0000 (2009-06-09)
parents
children 028e3be0e05c
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-cfdisk"
4 VERSION="2.15"
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 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/sbin
17 cp -a $_pkg/sbin/cfdisk $fs/sbin
18 }