aboutsummaryrefslogtreecommitdiffstats
path: root/unik-olsrd/unik-olsrd_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'unik-olsrd/unik-olsrd_cvs.oe')
-rw-r--r--unik-olsrd/unik-olsrd_cvs.oe35
1 files changed, 0 insertions, 35 deletions
diff --git a/unik-olsrd/unik-olsrd_cvs.oe b/unik-olsrd/unik-olsrd_cvs.oe
deleted file mode 100644
index bbe93001ce..0000000000
--- a/unik-olsrd/unik-olsrd_cvs.oe
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "OLSR mesh routing daemon"
-HOMEPAGE = "http://www.olsr.org"
-DESCRIPTION_unik-olsrd-libs = "OLSR mesh routing daemon - optional libraries"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "BSD"
-PV = "cvs${CVSDATE}"
-
-SRC_URI="cvs://anonymous@cvs.sourceforge.net/cvsroot/olsrd;module=olsrd-current \
- file://unik-olsrd \
- file://olsrd.conf"
-
-PACKAGES =+ "unik-olsrd-libs"
-FILES_unik-olsrd-libs = "${libdir}"
-
-S = "${WORKDIR}/olsrd-current"
-
-inherit update-rc.d
-
-INITSCRIPT_NAME = "unik-olsrd"
-INITSCRIPT_PARAMS = "defaults"
-
-do_compile() {
- oe_runmake OS=linux clean all libs
-}
-
-do_install () {
- oe_runmake INSTALL_PREFIX=${D} install install_libs
- install -d ${D}/${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/unik-olsrd ${D}/${sysconfdir}/init.d
- install -m 644 ${WORKDIR}/olsrd.conf ${D}/${sysconfdir}
-}
-
-CONFFILES_${PN} = "${sysconfdir}/olsrd.conf"