wok view util-linux-ng-sfdisk/receipt @ rev 6702

get-OpenOffice3: any localization (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 13 17:18:25 2010 +0200 (2010-10-13)
parents c1004e0f2921
children 78988bd0500a
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-sfdisk"
4 VERSION="2.18"
5 CATEGORY="system-tools"
6 SHORT_DESC="The sfdisk 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/sfdisk $fs/sbin
18 }