Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / unik-olsrd / unik-olsrd_0.4.5.oe
1 DESCRIPTION = "OLSR mesh routing daemon"
2 DESCRIPTION_unik-olsrd-libs = "OLSR mesh routing daemon -  optional libraries"
3 SECTION = "console/network"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6
7 SRC_URI="http://www.olsr.org/downloadolsr.cgi?file=uolsrd-${PV}.tar.bz2 \
8         file://unik-olsrd-0.4.5_Makefiles.diff;patch=1;pnum=1 \
9         file://unik-olsrd"
10
11 PACKAGES =+ "unik-olsrd-libs"
12 FILES_unik-olsrd-libs = "${libdir}"
13
14 do_install () {
15         oe_runmake INSTALL_PREFIX=${D} install
16         install -d ${D}/etc/init.d
17         install -m 0755 ${WORKDIR}/unik-olsrd ${D}/${sysconfdir}/init.d
18 }