diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2007-08-28 15:57:07 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-28 15:57:07 +0000 |
| commit | f39547272713578e2bfaae3ec47d073b48a31563 (patch) | |
| tree | 276cc974e6585639a82eddc45dc76ebb3c82fefa /packages/libnetfilter-queue | |
| parent | 9a0bde6befaf560d1baf3adbf0488496daabd424 (diff) | |
| parent | edbeb005cd8711b6deef2c46d74b4057d2df0ed3 (diff) | |
merge of '266f6beb86630b70cfa55df7d2b557a677d187b0'
and '893542e48954804c96a716027237dc29c119d78b'
Diffstat (limited to 'packages/libnetfilter-queue')
| -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..97af3a7da5 --- /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 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_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + +do_stage() { + autotools_stage_all +} + |
