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

Up: libxfconf* (4.10.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:54:07 2013 +0200 (2013-07-17)
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 }