wok-next annotate util-linux-whereis/receipt @ rev 17074
Add iotop
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 23 13:15:02 2014 +0200 (2014-08-23) |
parents | f4c22f009037 |
children | 4f122372e6f6 |
rev | line source |
---|---|
al@14139 | 1 # SliTaz package receipt. |
al@14139 | 2 |
al@14139 | 3 PACKAGE="util-linux-whereis" |
mojo@15713 | 4 VERSION="2.24" |
al@14139 | 5 CATEGORY="base-system" |
al@14139 | 6 SHORT_DESC="The whereis utility and library from Util linux." |
al@14139 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15201 | 8 LICENSE="GPL2" |
al@14139 | 9 WEB_SITE="http://kernel.org/~kzak/util-linux/" |
al@14139 | 10 |
al@14139 | 11 DEPENDS="glibc-base" |
al@14139 | 12 WANTED="util-linux" |
al@14139 | 13 HOST_ARCH="i486 arm" |
al@14139 | 14 |
al@14139 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14139 | 16 genpkg_rules() |
al@14139 | 17 { |
al@14139 | 18 mkdir -p $fs/usr/bin |
al@14139 | 19 cp -a $install/usr/bin/whereis $fs/usr/bin |
al@14139 | 20 } |