summaryrefslogtreecommitdiff
path: root/packages/olsrd/olsrd_0.4.7.bb
blob: cd103a12031e03f4fce4898efa19f0a9087a746e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DESCRIPTION = "OLSR mesh routing daemon"
DESCRIPTION_olsrd-libs = "OLSR mesh routing daemon -  optional libraries"
HOMEPAGE = "http://www.olsr.org"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r1"

SRC_URI="http://www.olsr.org/downloadolsr.cgi?file=olsrd-${PV}.tar.bz2 \
	file://init \
	file://lib.diff;patch=1"

PACKAGES =+ "olsrd-libs"
FILES_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}${sysconfdir}/init.d
	install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/olsrd
}

CONFFILES_${PN} = "/etc/olsrd.conf"