libplayer: Use `${PN}` instead of `libplayer`.
[openembedded.git] / recipes / libnetfilter / libnetfilter-queue.inc
1 DESCRIPTION = "libnetfilter_queue is a userspace library providing an API to \
2 packets that have been queued by the kernel packet filter. It is is part of a \
3 system that deprecates the old ip_queue / libipq mechanism."
4
5 SECTION = "devel/libs"
6 LICENSE = "GPL"
7 HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
8 PR = "r0"
9
10
11 DEPENDS = "libnfnetlink"
12
13 SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2"
14
15 S = "${WORKDIR}/libnetfilter_queue-${PV}"
16
17 inherit autotools pkgconfig
18
19 do_stage() {
20         autotools_stage_all
21 }
22