wok-next view util-linux-getopt/receipt @ rev 14588

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:57 2013 +0200 (2013-05-26)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-getopt"
4 VERSION="2.21.1"
5 CATEGORY="base-system"
6 SHORT_DESC="The getopt utility from Util linux NG."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="glibc-base"
9 WANTED="util-linux"
10 WEB_SITE="http://kernel.org/~kzak/util-linux/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin $fs/usr/share
16 cp -a $install/usr/bin/getopt $fs/usr/bin
17 cp -a $install/usr/share/getopt $fs/usr/share
18 }