diff options
author | Philip Balister <philip@balister.org> | 2007-08-26 11:30:52 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-26 11:30:52 +0000 |
commit | b646369bb9a646f2c3ef6e2057fca86189a7bb10 (patch) | |
tree | c8cbbfd54d03c683fe6fa6611242bc50ca1711a7 | |
parent | d2ef83fd962a4b02415ee1f655cae324589a9009 (diff) | |
parent | 5689a161a8a4d13b6ce646207118fbeab681913b (diff) |
merge of '1eb402d65c65c017f7fabfc389de63084c25dfc6'
and 'ae2a216bbda2ece2aa59f605c5345f7c13121c4e'
-rw-r--r-- | packages/libnetfilter-queue/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/packages/libnetfilter-queue/.mtn2git_empty b/packages/libnetfilter-queue/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libnetfilter-queue/.mtn2git_empty diff --git a/packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb b/packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb new file mode 100644 index 0000000000..9219ce30da --- /dev/null +++ b/packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb @@ -0,0 +1,30 @@ +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" + +SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2" + +S = "${WORKDIR}/libnetfilter_queue-${PV}" + +inherit autotools pkgconfig + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + +do_stage() { + autotools_stage_all +} + |