wok-next view libnfnetlink/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 5841522533ec
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libnfnetlink"
4 VERSION="1.0.1"
5 CATEGORY="network"
6 SHORT_DESC="Low-level library for netfilter related kernel/userspace communication"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://netfilter.org/projects/libnfnetlink/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.netfilter.org/projects/libnfnetlink/files/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libnfnetlink) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }