summaryrefslogtreecommitdiffstats
path: root/recipes/texinfo/texinfo_4.8a.bb
blob: 73862264082ae61dc3a0073febf5ea3eb1b6f692 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Documentation system for on-line information and printed output"
HOMEPAGE = "http://www.gnu.org/software/texinfo/"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "ncurses"

SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.bz2"

inherit autotools gettext

S = "${WORKDIR}/texinfo-4.8/"