20 lines
652 B
Bash
20 lines
652 B
Bash
# Template file for 'smcroute'
|
|
pkgname=smcroute
|
|
version=2.5.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-mrdisc"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libcap-devel"
|
|
short_desc="Static multicast routing for UNIX"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/troglobit/smcroute"
|
|
changelog="https://raw.githubusercontent.com/troglobit/smcroute/master/ChangeLog.md"
|
|
distfiles="https://github.com/troglobit/smcroute/releases/download/${version}/smcroute-${version}.tar.gz"
|
|
checksum=7d2c83e11908fe37844fa9b49ae50924555c4e1bb440fb059a95c94e442ea8a5
|
|
|
|
post_install() {
|
|
vsv smcrouted
|
|
}
|