mrouted-3.9.4: intitial recipe
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 4 Mar 2011 13:09:01 +0000 (13:09 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Wed, 9 Mar 2011 14:05:25 +0000 (14:05 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
recipes/mrouted/mrouted_3.9.4.bb [new file with mode: 0644]

diff --git a/recipes/mrouted/mrouted_3.9.4.bb b/recipes/mrouted/mrouted_3.9.4.bb
new file mode 100644 (file)
index 0000000..543a705
--- /dev/null
@@ -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
+}