summaryrefslogtreecommitdiff
path: root/packages/libnl/libnl_1.0-pre8.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-05-09 14:12:25 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-05-09 14:12:25 +0000
commit189a6af82b51537cdb7022a6d31b9e00472cc34c (patch)
tree8e4df18901c15b9acb6da461e0d596c37626a70c /packages/libnl/libnl_1.0-pre8.bb
parent4813bca8399c36aa3721916f536b55f06b5bb129 (diff)
libnl_1.0-pre8.bb : new recipce from OM mtn
Diffstat (limited to 'packages/libnl/libnl_1.0-pre8.bb')
-rw-r--r--packages/libnl/libnl_1.0-pre8.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/libnl/libnl_1.0-pre8.bb b/packages/libnl/libnl_1.0-pre8.bb
new file mode 100644
index 0000000000..e80b5aa4bd
--- /dev/null
+++ b/packages/libnl/libnl_1.0-pre8.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
+SECTION = "libs/network"
+LICENSE = "LGPL"
+HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
+PRIORITY = "optional"
+PV = "0.99+1.0-pre8"
+
+inherit autotools pkgconfig gpe
+
+SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \
+ file://local-includes-and-avoid-wrong-ldflags.patch;patch=1 \
+ file://linux-header.patch;patch=1 "
+
+S = "${WORKDIR}/${PN}-1.0-pre8"
+
+do_stage () {
+ autotools_stage_all prefix=${prefix}
+}
+