mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
37ce30631d
As reported by check-package. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
408 B
Makefile
14 lines
408 B
Makefile
################################################################################
|
|
#
|
|
# uredir
|
|
#
|
|
################################################################################
|
|
|
|
UREDIR_VERSION = 3.3
|
|
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))
|