wok annotate util-linux-whereis/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 4f122372e6f6
children 268e759bcf02
rev   line source
al@14139 1 # SliTaz package receipt.
al@14139 2
al@14139 3 PACKAGE="util-linux-whereis"
al@19253 4 VERSION="2.28"
al@14139 5 CATEGORY="base-system"
al@19253 6 SHORT_DESC="The whereis utility from Util Linux"
al@14139 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
al@19253 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
al@19253 10 HOST_ARCH="i486 arm"
al@14139 11
al@19253 12 WANTED="util-linux"
al@14139 13 DEPENDS="glibc-base"
al@14139 14
al@14139 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14139 16 genpkg_rules()
al@14139 17 {
al@19262 18 cook_copy_files whereis
al@19262 19 rm -r $fs/usr/share
al@14139 20 }