wok-6.x view util-linux-whereis/receipt @ rev 14778
Up Manaplus
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Wed Jul 03 16:59:13 2013 +0200 (2013-07-03) |
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 }