wok annotate util-linux-whereis/receipt @ rev 23152
updated lxsession (0.5.4 -> 0.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:46:05 2020 +0100 (2020-03-15) |
parents | 0f35f8ad5632 |
children | accf1450f9ce |
rev | line source |
---|---|
al@14139 | 1 # SliTaz package receipt. |
al@14139 | 2 |
al@14139 | 3 PACKAGE="util-linux-whereis" |
Hans-G?nter@22091 | 4 VERSION="2.34" |
al@14139 | 5 CATEGORY="base-system" |
Hans-G?nter@22091 | 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" |
Hans-G?nter@22091 | 10 |
Hans-G?nter@22091 | 11 DEPENDS="glibc-base" |
Hans-G?nter@22091 | 12 WANTED="util-linux" |
Hans-G?nter@22091 | 13 |
al@19253 | 14 HOST_ARCH="i486 arm" |
al@14139 | 15 |
al@14139 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14139 | 17 genpkg_rules() |
al@14139 | 18 { |
al@19262 | 19 cook_copy_files whereis |
al@19262 | 20 rm -r $fs/usr/share |
al@14139 | 21 } |