wok view util-linux-ng-getopt/receipt @ rev 6511

Disable gconf and libcanberra in transmission.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 02 00:56:24 2010 +0000 (2010-10-02)
parents 028e3be0e05c
children cb53e0d30346
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-ng-getopt"
4 VERSION="2.16.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 BUILD_DEPENDS="slitaz-toolchain"
10 WANTED="util-linux-ng"
11 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/getopt $fs/usr/bin
18 }