New package: smcroute-2.4.4
This commit is contained in:
parent
661dbb1188
commit
4f73f9c909
3 changed files with 24 additions and 0 deletions
1
srcpkgs/smcroute/files/smcrouted/conf
Normal file
1
srcpkgs/smcroute/files/smcrouted/conf
Normal file
|
@ -0,0 +1 @@
|
|||
OPTS="-N"
|
5
srcpkgs/smcroute/files/smcrouted/run
Executable file
5
srcpkgs/smcroute/files/smcrouted/run
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -r conf ] && . ./conf
|
||||
|
||||
exec smcrouted -n -s $OPTS
|
18
srcpkgs/smcroute/template
Normal file
18
srcpkgs/smcroute/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue