aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mrouted
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-03-04 13:09:01 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-03-09 14:05:25 +0000
commit40d80ab44f362193e5265b1fbe576228a530386f (patch)
treefe4f660534dffae8a6a98dbe9fd414099a738138 /recipes/mrouted
parent0ca2b9eb2ef6c8477402c3eff2f787ab9f752c70 (diff)
downloadopenembedded-40d80ab44f362193e5265b1fbe576228a530386f.tar.gz
mrouted-3.9.4: intitial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'recipes/mrouted')
-rw-r--r--recipes/mrouted/mrouted_3.9.4.bb21
1 files changed, 21 insertions, 0 deletions
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
+}