Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / links / links_2.1pre14.oe
1 DEPENDS = "virtual/libc jpeg libpng gpm flex openssl zlib"
2 RDEPENDS = "libc6 libjpeg libpng gpm openssl zlib1g"
3 DESCRIPTION = "Links is graphics and text mode WWW \
4 browser, similar to Lynx."
5
6 SRC_URI = http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-${PV}.tar.bz2 \
7           file://${FILESDIR}/configure.patch;patch=1
8
9 inherit autotools
10
11 EXTRA_OECONF = '--enable-javascript --with-libfl --enable-graphics \
12                 --with-ssl=${STAGING_DIR}/target --with-libjpeg \
13                 --without-libtiff --without-svgalib --without-x --with-fb \
14                 --without-directfb --without-pmshell --without-atheos \
15                 --without-x'