19 lines
567 B
Bash
19 lines
567 B
Bash
|
# Template file for 'smcroute'
|
||
|
pkgname=smcroute
|
||
|
version=2.4.4
|
||
|
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.xz"
|
||
|
checksum=431be94c46646767f69c85fee445277b7e765a55177d3ee29522416cfe2cc067
|
||
|
|
||
|
post_install() {
|
||
|
vsv smcrouted
|
||
|
}
|