summaryrefslogtreecommitdiffstats
path: root/packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb
blob: 2d4deb2a97314c767603eeb862795ffe5b219bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "libnetfilter_queue is a userspace library providing an API to \
packets that have been queued by the kernel packet filter. It is is part of a \
system that deprecates the old ip_queue / libipq mechanism."

SECTION = "devel/libs"
LICENSE = "GPL"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
PR = "r0"


# This package requires libtool-cross-1.5.24 which is not the default libtool
# used by OE (25AUG2007)
DEPENDS = "libnfnetlink libtool-cross (>=1.5.24)"

SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2"

S = "${WORKDIR}/libnetfilter_queue-${PV}"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}