wok view util-linux-mount/receipt @ rev 19088

cross/arm: fix build for ell busybox flex ninvaders
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 30 18:20:33 2016 +0200 (2016-04-30)
parents 124c3a7da04f
children 4f122372e6f6
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-mount"
4 VERSION="2.24"
5 CATEGORY="base-system"
6 SHORT_DESC="The mount utilities and libmount library from Util linux."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="util-linux"
10 WEB_SITE="http://kernel.org/~kzak/util-linux/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="glibc-base"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib $fs/bin $fs/usr/lib
19 cp -a $install/bin/findmnt $fs/bin
20 cp -a $install/bin/*mount* $fs/bin
21 cp -a $install/lib/libmount.so* $fs/lib
22 ln -sf ../../lib/libmount.so.1.1.0 $fs/usr/lib/libmount.so
23 }