aboutsummaryrefslogtreecommitdiffstats
path: root/packages/links
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-05 08:40:08 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-06-05 08:40:08 +0000
commitd235f9982c2920e73da04808aba1d13e136804bd (patch)
treed7353848e4b1718e9b283608902eabc9c9b1b23c /packages/links
parent110fc8fea72178970c07d051664476bd78cb5b54 (diff)
downloadopenembedded-d235f9982c2920e73da04808aba1d13e136804bd.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
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
Diffstat (limited to 'packages/links')
-rw-r--r--packages/links/links_2.1pre14.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre14.bb b/packages/links/links_2.1pre14.bb
index e69de29bb2..e7d333d009 100644
--- a/packages/links/links_2.1pre14.bb
+++ b/packages/links/links_2.1pre14.bb
@@ -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"