1SUMMARY = "Static Multicast Routing Daemon" 2DESCRIPTION = "SMCRoute is a daemon and command line tool to manipulate the multicast routing table in the UNIX kernel." 3HOMEPAGE = "http://troglobit.github.io/smcroute.html" 4SECTION = "net" 5LICENSE = "GPL-2.0-or-later" 6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 7 8SRCREV = "9ca7441add4427a91fe90c34ae4a178ed9a50553" 9SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" 10 11S = "${WORKDIR}/git" 12 13inherit autotools pkgconfig 14