wok-6.x view libmnl-dev/receipt @ rev 22276
updated xorg-xf86-video-nv (2.1.20 -> 2.1.21)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 14:01:24 2019 +0100 (2019-11-13) |
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 }