From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-extended/smcroute/smcroute_2.0.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-arago-extras/recipes-extended/smcroute/smcroute_2.0.0.bb
diff --git a/meta-arago-extras/recipes-extended/smcroute/smcroute_2.0.0.bb b/meta-arago-extras/recipes-extended/smcroute/smcroute_2.0.0.bb new file mode 100644 index 0000000..256feb5 --- /dev/null +++ b/meta-arago-extras/recipes-extended/smcroute/smcroute_2.0.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "A static multicast route tool" +HOMEPAGE = "https://github.com/troglobit/smcroute" +SECTION = "console/network" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" + +SRCREV = "d6280e64b27d5a4bd7f37dac36b455f4ae5f9ab3" + +SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git" + +S = "${WORKDIR}/git" + +inherit autotools -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
