Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 5 Jun 2005 08:40:08 +0000 (08:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 5 Jun 2005 08:40:08 +0000 (08:40 +0000)
into  bkbits.net:/repos/n/nslu2-linux/openembedded

2005/06/05 10:14:33+02:00 void!koen
links_2.1pre14.bb:  one --without-x is enough, it really is.

BKrev: 42a2ba68Fq-xfQbf7fN6PCgW2qjobw

packages/links/links_2.1pre14.bb

index e69de29..e7d333d 100644 (file)
@@ -0,0 +1,16 @@
+LICENSE = GPL
+SECTION = "console/network"
+DEPENDS = "jpeg libpng gpm flex openssl zlib"
+DESCRIPTION = "Links is graphics and text mode WWW \
+browser, similar to Lynx."
+
+SRC_URI = "http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-${PV}.tar.bz2 \
+          file://configure.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \
+               --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
+               --without-libtiff --without-svgalib --with-fb \
+               --without-directfb --without-pmshell --without-atheos \
+               --without-x"