wok-6.x view ipset-dev/receipt @ rev 23892
Fix coturn & grub4dos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 25 17:02:18 2020 +0000 (2020-07-25) |
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 }