wok view util-linux-cfdisk/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
parents d35ad056f90e
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-cfdisk"
4 VERSION="2.21.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The cfdisk utility from Util linux NG."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="util-linux"
9 WEB_SITE="http://kernel.org/~kzak/util-linux/"
10 HOST_ARCH="i486 arm"
12 DEPENDS="glibc-base ncursesw"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/sbin $fs/usr/share/applications
18 cp -a $install/sbin/cfdisk $fs/sbin
19 cp $stuff/cfdisk.desktop $fs/usr/share/applications
20 }