From: Andreas Oberritter Date: Fri, 4 Mar 2011 13:09:01 +0000 (+0000) Subject: mrouted-3.9.4: intitial recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d80ab44f362193e5265b1fbe576228a530386f;p=openembedded.git mrouted-3.9.4: intitial recipe Signed-off-by: Andreas Oberritter Acked-by: Khem Raj Acked-by: Paul Menzel --- diff --git a/recipes/mrouted/mrouted_3.9.4.bb b/recipes/mrouted/mrouted_3.9.4.bb new file mode 100644 index 0000000000..543a705439 --- /dev/null +++ b/recipes/mrouted/mrouted_3.9.4.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "DVMRP multicast routing daemon" +HOMEPAGE = "http://troglobit.com/mrouted.shtml" +SECTION = "network" +LICENSE = "BSD" +DEPENDS = "bison-native" + +SRC_URI = "ftp://ftp.vmlinux.org/pub/People/jocke/mrouted/mrouted-${PV}.tar.bz2" +SRC_URI[md5sum] = "688b74fc42919d588f262e6b3c9c6d4c" +SRC_URI[sha256sum] = "c697549b2e506a380575f7adb67e87288ef2295b97241b3a1aeb0e88b827a3e1" + +EXTRA_OEMAKE = " \ + datadir=${datadir} \ + mandir=${mandir} \ + prefix=${prefix} \ + sysconfdir=${sysconfdir} \ + DESTDIR=${D} \ +" + +do_install() { + oe_runmake install +}