wok diff util-linux-whereis/receipt @ rev 14835
xfce4-session: remove wrong trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 17 15:47:34 2013 +0200 (2013-07-17) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-whereis/receipt Wed Jul 17 15:47:34 2013 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="util-linux-whereis" 1.7 +VERSION="2.21.1" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The whereis utility and library from Util linux." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://kernel.org/~kzak/util-linux/" 1.12 + 1.13 +DEPENDS="glibc-base" 1.14 +WANTED="util-linux" 1.15 +HOST_ARCH="i486 arm" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/bin 1.21 + cp -a $install/usr/bin/whereis $fs/usr/bin 1.22 +}