parprouted: various improvements.

- Add service.
- Add iproute2 which is needed for most operations.
This commit is contained in:
fosslinux 2020-11-06 11:40:22 +01:00 committed by Đoàn Trần Công Danh
parent d5df2f041d
commit ea0969676d
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -r ./conf ] && . ./conf
exec parprouted ${OPTS}

View file

@ -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
}