wok view util-linux-getopt/receipt @ rev 17106

transmission: add qt build dep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Sep 01 15:05:32 2014 +0200 (2014-09-01)
parents f4f1a0089c2d
children 4f122372e6f6
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-getopt"
4 VERSION="2.24"
5 CATEGORY="base-system"
6 SHORT_DESC="The getopt utility from Util linux NG."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="util-linux"
10 WEB_SITE="http://kernel.org/~kzak/util-linux/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="glibc-base"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $fs/usr/share
19 cp -a $install/usr/bin/getopt $fs/usr/bin
20 cp -a $install/usr/share/doc/util-linux/getopt $fs/usr/share
21 }