wok view ipset-dev/receipt @ rev 24019

syslinux: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 16:32:57 2021 +0000 (2021-02-28)
parents c697de7825ae
children 5c32fbe35985
line source
1 # SliTaz package receipt.
3 PACKAGE="ipset-dev"
4 VERSION="7.6"
5 CATEGORY="development"
6 SHORT_DESC="High speed match for an entry against a set of firewall rules - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://ipset.netfilter.org/"
11 DEPENDS="ipset pkg-config"
12 WANTED="ipset"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }