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

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
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 }