aboutsummaryrefslogtreecommitdiffstats
path: root/packages/links/links_2.1pre12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/links/links_2.1pre12.bb')
-rw-r--r--packages/links/links_2.1pre12.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre12.bb b/packages/links/links_2.1pre12.bb
index e69de29bb2..b391252a65 100644
--- a/packages/links/links_2.1pre12.bb
+++ b/packages/links/links_2.1pre12.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 --without-x --with-fb \
+ --without-directfb --without-pmshell --without-atheos \
+ --without-x"