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

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
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 }