19 lines
567 B
Bash
19 lines
567 B
Bash
# Template file for 'smcroute'
|
|
pkgname=smcroute
|
|
version=2.5.5
|
|
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"
|
|
distfiles="https://github.com/troglobit/smcroute/releases/download/${version}/smcroute-${version}.tar.gz"
|
|
checksum=2569cd97fa2047df14203a7144be53a1b32928cb460421a302bbcce381b42bc3
|
|
|
|
post_install() {
|
|
vsv smcrouted
|
|
}
|