buildrootschalter/package/texinfo/texinfo.mk
Gustavo Zacarias 4950a35a40 texinfo: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-07-08 23:44:24 +02:00

17 lines
518 B
Makefile

################################################################################
#
# texinfo
#
################################################################################
# We are intentionally not using the latest version 5.x, because it
# causes issues with the documentation building process when creating
# a toolchain with the Crosstool-NG backend.
TEXINFO_VERSION = 4.13a
TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
TEXINFO_LICENSE = GPLv3+
TEXINFO_LICENSE_FILES = COPYING
$(eval $(host-autotools-package))