wok-current diff util-linux-mount/receipt @ rev 13254
qemacs-dev: fix WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 16 08:06:30 2012 +0200 (2012-08-16) |
parents | |
children | 380ffe05937a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux-mount/receipt Thu Aug 16 08:06:30 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="util-linux-mount" 1.7 +VERSION="2.21.1" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The mount utilities and libmount library from Util linux." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="glibc-base" 1.12 +WANTED="util-linux" 1.13 +WEB_SITE="http://kernel.org/~kzak/util-linux/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/lib $fs/bin 1.19 + cp -a $install/bin/findmnt $fs/bin 1.20 + cp -a $install/bin/*mount* $fs/bin 1.21 + cp -a $install/lib/libmount.so* $fs/lib 1.22 +}