increase dvbapp PR.
[vuplus_openembedded] / recipes / texinfo / texinfo_4.8a.bb
1 DESCRIPTION = "Documentation system for on-line information and printed output"
2 HOMEPAGE = "http://www.gnu.org/software/texinfo/"
3 SECTION = "console/utils"
4 LICENSE = "GPL"
5 DEPENDS = "ncurses"
6
7 SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.bz2"
8
9 inherit autotools gettext
10
11 S = "${WORKDIR}/texinfo-4.8/"