wok view libmnl-dev/receipt @ rev 22037

updated tk and tk-dev (8.6.3 -> 8.6.9.1)
author Hans-G?nter Theisgen
date Mon Oct 21 15:46:24 2019 +0100 (2019-10-21)
parents 8ed62ecac0c7
children
line source
1 # Slitaz package receipt.
3 PACKAGE="libmnl-dev"
4 VERSION="1.0.4"
5 CATEGORY="network"
6 SHORT_DESC="A minimalistic user-space library oriented to Netlink developers - development files."
7 MAINTAINER="samuel_trassare@yahoo.com"
8 LICENSE="LGPL2.1"
10 WEB_SITE="https://www.netfilter.org/projects/libmnl/index.html"
12 WANTED="libmnl"
13 DEPENDS="libmnl pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -ar $install/usr/include $fs/usr
21 cp -ar $install/usr/lib/pkgconfig $fs/usr/lib/
22 }