summaryrefslogtreecommitdiff
path: root/packages/links/links_2.1pre21.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-04-20 10:14:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-20 10:14:57 +0000
commite105567d98bff1b5899f06299378074978e22996 (patch)
tree8f4dfb3be40d4402995c0cbdd7cba6960c3944bd /packages/links/links_2.1pre21.bb
parentf8323493d8abae7714049de07b877669fc04b648 (diff)
parent3c28f45d1d3b7ab8117100953dbf22804e28eb0d (diff)
merge of 6a34921c6649c2bea10ed83770e2567ab6ae34e0
and fd21124c1937977bb79e37903f631e37652eb813
Diffstat (limited to 'packages/links/links_2.1pre21.bb')
-rw-r--r--packages/links/links_2.1pre21.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre21.bb b/packages/links/links_2.1pre21.bb
new file mode 100644
index 0000000000..e0a991e148
--- /dev/null
+++ b/packages/links/links_2.1pre21.bb
@@ -0,0 +1,19 @@
+LICENSE = "GPL"
+SECTION = "console/network"
+DEPENDS = "jpeg libpng gpm flex openssl zlib"
+DESCRIPTION = "Links is graphics and text mode WWW \
+browser, similar to Lynx."
+RCONFLICTS="links-x11"
+
+MAINTAINER = "Graeme Gregory <dp@xora.org.uk>"
+
+SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \
+ file://ac-prog-cxx.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 --without-sdl"