blob: 35045d9c34b7c5d8fcdec3cf59b259fcbe670690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Perl script that converts Texinfo to HTML"
HOMEPAGE = "http://www.nongnu.org/texi2html/"
SECTION = "console/utils"
LICENSE = "GPLv2"
SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${P}.tar.bz2"
PR = "r0"
inherit autotools
EXTRA_OECONF = "PERL=/usr/bin/perl"
|