wok-next view libnetfilter_cttimeout/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents df20b2110f7e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libnetfilter_cttimeout"
4 VERSION="1.0.0"
5 CATEGORY="network"
6 SHORT_DESC="API to the fine-grain connection tracking timeout infrastructure"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://netfilter.org/projects/libnetfilter_cttimeout/"
10 REPOLOGY="libnetfilter-cttimeout"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://www.netfilter.org/projects/libnetfilter_cttimeout/files/$TARBALL"
15 BUILD_DEPENDS="libmnl-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libnetfilter_cttimeout)
28 copy @std
29 DEPENDS="libmnl"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="libnetfilter_cttimeout libmnl-dev"
34 ;;
35 esac
36 }