summaryrefslogtreecommitdiff
path: root/unik-olsrd/unik-olsrd_0.4.7.oe
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-11 12:15:32 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-11 12:15:32 +0000
commiteaf972b286b334de7e24cf399de92627f89f3175 (patch)
tree3f551e53c1e89e25c027bc9324eb6937ed4cc302 /unik-olsrd/unik-olsrd_0.4.7.oe
parenta26d3c8de667748085908f234a61404892c345e4 (diff)
More section fixes
BKrev: 416a79643LSGzR9xhW1Qat0-LoYx-g
Diffstat (limited to 'unik-olsrd/unik-olsrd_0.4.7.oe')
-rw-r--r--unik-olsrd/unik-olsrd_0.4.7.oe24
1 files changed, 24 insertions, 0 deletions
diff --git a/unik-olsrd/unik-olsrd_0.4.7.oe b/unik-olsrd/unik-olsrd_0.4.7.oe
index e69de29bb2..90133dadd3 100644
--- a/unik-olsrd/unik-olsrd_0.4.7.oe
+++ b/unik-olsrd/unik-olsrd_0.4.7.oe
@@ -0,0 +1,24 @@
+DESCRIPTION = "OLSR mesh routing daemon"
+DESCRIPTION_unik-olsrd-libs = "OLSR mesh routing daemon - optional libraries"
+MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI="http://www.olsr.org/downloadolsr.cgi?file=olsrd-${PV}.tar.bz2 \
+ file://unik-olsrd"
+
+PACKAGES =+ "unik-olsrd-libs"
+FILES_unik-olsrd-libs = "${libdir}"
+
+S = "${WORKDIR}/olsrd-${PV}"
+
+do_compile() {
+ oe_runmake all libs
+}
+
+do_install () {
+ oe_runmake INSTALL_PREFIX=${D} install install_libs
+ install -d ${D}/etc/init.d
+ install -m 0755 ${WORKDIR}/unik-olsrd ${D}/${sysconfdir}/init.d
+}