wok view util-linux-whereis/receipt @ rev 14639

Fixed all xorg receipts to use SOURCE variable again. Please use SOURCE variable Aleksej.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 02 09:36:07 2013 +0000 (2013-06-02)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-whereis"
4 VERSION="2.21.1"
5 CATEGORY="base-system"
6 SHORT_DESC="The whereis utility and library from Util linux."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://kernel.org/~kzak/util-linux/"
10 DEPENDS="glibc-base"
11 WANTED="util-linux"
12 HOST_ARCH="i486 arm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/whereis $fs/usr/bin
19 }