wok view util-linux-getopt/receipt @ rev 13473
Up: sysstat (10.0.5)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Oct 09 16:11:07 2012 +0200 (2012-10-09) |
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 }