mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
parprouted: various improvements.
- Add service. - Add iproute2 which is needed for most operations.
This commit is contained in:
parent
d5df2f041d
commit
ea0969676d
2 changed files with 6 additions and 1 deletions
3
srcpkgs/parprouted/files/parprouted/run
Normal file
3
srcpkgs/parprouted/files/parprouted/run
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
[ -r ./conf ] && . ./conf
|
||||
exec parprouted ${OPTS}
|
|
@ -3,7 +3,8 @@ pkgname=parprouted
|
|||
version=0.7
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Proxy ARP IP bridging daemon"
|
||||
depends="iproute2"
|
||||
short_desc="Daemon for transparent IP (Layer 3) proxy ARP bridging"
|
||||
maintainer="Pulux <pulux@pf4sh.de>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.hazard.maks.net/parprouted/"
|
||||
|
@ -13,4 +14,5 @@ checksum=d63643c95d4149a3d71112da5892f459433456bf0279bfa304625f109178defc
|
|||
do_install() {
|
||||
vbin parprouted
|
||||
vman parprouted.8
|
||||
vsv parprouted
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue