184288bd71c21ac41f380202b2701ebfb3f1c511
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / texinfo / texinfo.mk
1 ################################################################################
2 #
3 # texinfo
4 #
5 ################################################################################
6
7 # We are intentionally not using the latest version 5.x, because it
8 # causes issues with the documentation building process when creating
9 # a toolchain with the Crosstool-NG backend.
10
11 TEXINFO_VERSION = 4.13a
12 TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
13 TEXINFO_LICENSE = GPLv3+
14 TEXINFO_LICENSE_FILES = COPYING
15 TEXINFO_DEPENDENCIES = ncurses
16
17 $(eval $(host-autotools-package))