wok view libmnl-dev/receipt @ rev 23602

updated qtkeychain and qtkeychain-dev (0.5.0 -> 0.10.0)
author Hans-G?nter Theisgen
date Sat Apr 11 16:43:49 2020 +0100 (2020-04-11)
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 }