[oe-commits] Andreas Oberritter : mrouted-3.9.4: intitial recipe

git version control git at git.openembedded.org
Wed Mar 9 14:10:11 UTC 2011


Module: openembedded.git
Branch: master
Commit: 40d80ab44f362193e5265b1fbe576228a530386f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=40d80ab44f362193e5265b1fbe576228a530386f

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Mar  4 13:09:01 2011 +0000

mrouted-3.9.4: intitial recipe

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/mrouted/mrouted_3.9.4.bb |   21 +++++++++++++++++++++
 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 0000000..543a705
--- /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
+}





More information about the Openembedded-commits mailing list