wok annotate util-linux-getopt/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents d35ad056f90e
children f4c22f009037
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-getopt"
pankso@12480 4 VERSION="2.21.1"
pankso@12480 5 CATEGORY="base-system"
pankso@12480 6 SHORT_DESC="The getopt utility from Util linux NG."
pankso@12480 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENCE="GPL2"
pankso@12480 9 WANTED="util-linux"
pankso@12480 10 WEB_SITE="http://kernel.org/~kzak/util-linux/"
pankso@12480 11
pascal@15000 12 DEPENDS="glibc-base"
pascal@15000 13
pankso@12480 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12480 15 genpkg_rules()
pankso@12480 16 {
pankso@12480 17 mkdir -p $fs/usr/bin $fs/usr/share
pankso@12480 18 cp -a $install/usr/bin/getopt $fs/usr/bin
pankso@12480 19 cp -a $install/usr/share/getopt $fs/usr/share
pankso@12480 20 }