wok view libmnl-dev/receipt @ rev 15597

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 11:43:50 2013 +0000 (2013-12-05)
parents 4904e3d374a9
children be09ecfec9dc
line source
1 # Slitaz package receipt.
3 PACKAGE="libmnl-dev"
4 VERSION="1.0.3"
5 CATEGORY="network"
6 SHORT_DESC="A minimalistic user-space library oriented to Netlink developers."
7 MAINTAINER="samuel_trassare@yahoo.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/index.html"
10 WANTED="libmnl"
12 DEPENDS="libmnl pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -ar $install/usr/include $fs/usr
19 cp -ar $install/usr/lib/pkgconfig $fs/usr/lib/
20 }