buildrootschalter/package/texinfo/texinfo.mk
Peter Korsgaard 1898e5b20a texinfo: needs ncurses
Fixes http://autobuild.buildroot.net/results/be4/be4e19d55b24c00b8b0fd12c9e5d1e9c5d8b0cb3/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-09-10 10:02:59 +02:00

18 lines
549 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
TEXINFO_DEPENDENCIES = ncurses
$(eval $(host-autotools-package))