summaryrefslogtreecommitdiff
path: root/packages/links/links_2.1pre22.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-24 11:58:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-24 11:58:13 +0000
commit9ecac32fbdfe4744811f7a35a0e7f895a338e50c (patch)
tree506405bad6b180e109e8673eaff1d83cb3e61f1c /packages/links/links_2.1pre22.bb
parent55b70abcdb29a259439bb568759fba30baac1b02 (diff)
parent6e01b499d5a5ddf81f11e5c1fd89365c2b46e6ef (diff)
merge of 5e29a13bc14135c916ea8402999a2ff0c201523d
and b461cf906dbd45594408dde96a32eebad44f2416
Diffstat (limited to 'packages/links/links_2.1pre22.bb')
-rw-r--r--packages/links/links_2.1pre22.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre22.bb b/packages/links/links_2.1pre22.bb
new file mode 100644
index 0000000000..e0a991e148
--- /dev/null
+++ b/packages/links/links_2.1pre22.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"