wok view libnl-dev/receipt @ rev 19882

bluez: add SIM access profile support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 03 10:59:15 2017 +0200 (2017-04-03)
parents 7b53d031ba71
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="libnl-dev"
4 VERSION="3.2.24"
5 CATEGORY="network"
6 SHORT_DESC="netlink library devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://people.suug.ch/~tgr/libnl"
10 WANTED="libnl"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libnl pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/libnl $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 find $fs/usr/lib -type f -name "*.so" -exec rm -f {} \;
24 }