package/uredir: new package
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5a7bc8decd
commit
0d752c7947
@ -2063,6 +2063,7 @@ F: package/qt5/
|
||||
F: package/quotatool/
|
||||
F: package/racehound/
|
||||
F: package/redir/
|
||||
F: package/uredir/
|
||||
|
||||
N: Peter Thompson <peter.macleod.thompson@gmail.com>
|
||||
F: package/sdl2_gfx/
|
||||
|
@ -2235,6 +2235,7 @@ endif
|
||||
source "package/uhttpd/Config.in"
|
||||
source "package/ulogd/Config.in"
|
||||
source "package/unbound/Config.in"
|
||||
source "package/uredir/Config.in"
|
||||
source "package/ushare/Config.in"
|
||||
source "package/ussp-push/Config.in"
|
||||
source "package/vde2/Config.in"
|
||||
|
9
package/uredir/Config.in
Normal file
9
package/uredir/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_UREDIR
|
||||
bool "uredir"
|
||||
select BR2_PACKAGE_LIBUEV
|
||||
help
|
||||
A small Linux daemon to redirect UDP connections. It can be
|
||||
used to forward connections on small and embedded systems that
|
||||
do not have (or want to use) iptables.
|
||||
|
||||
https://github.com/troglobit/uredir
|
4
package/uredir/uredir.hash
Normal file
4
package/uredir/uredir.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# From https://github.com/troglobit/uredir/releases/download/v3.3/uredir-3.3.tar.gz.md5
|
||||
md5 a42ee27e84de2e08e35ee733508bb6ea uredir-3.3.tar.gz
|
||||
# License files
|
||||
sha256 e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10 LICENSE
|
14
package/uredir/uredir.mk
Normal file
14
package/uredir/uredir.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# uredir
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UREDIR_VERSION = 3.3
|
||||
UREDIR_SOURCE = uredir-$(UREDIR_VERSION).tar.gz
|
||||
UREDIR_SITE = https://github.com/troglobit/uredir/releases/download/v$(UREDIR_VERSION)
|
||||
UREDIR_LICENSE = ISC
|
||||
UREDIR_LICENSE_FILES = LICENSE
|
||||
UREDIR_DEPENDENCIES = host-pkgconf libuev
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user