wok-current view util-linux-getopt/receipt @ rev 12519
Up: xorg-libXxf86vm (1.1.2) + clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 25 00:05:28 2012 +0200 (2012-04-25) |
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 }