wok view libmnl-dev/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-16)
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 }