aboutsummaryrefslogtreecommitdiffstats
path: root/packages/links
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-06-23 15:42:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-23 15:42:39 +0000
commit4cdcfd0fb6a0f711bb6a0c33656273e67bf97b9c (patch)
treed89ed9b6a48bce5f5098688b901605a27734c578 /packages/links
parent2854340a2866bf2b4825b802960d8cb05912ca56 (diff)
downloadopenembedded-4cdcfd0fb6a0f711bb6a0c33656273e67bf97b9c.tar.gz
dillo_0.8.6.bb, links-x11_2.1pre22.bb, links_2.1pre22.bb : new versions
Diffstat (limited to 'packages/links')
-rw-r--r--packages/links/links-x11_2.1pre22.bb21
-rw-r--r--packages/links/links_2.1pre22.bb19
2 files changed, 40 insertions, 0 deletions
diff --git a/packages/links/links-x11_2.1pre22.bb b/packages/links/links-x11_2.1pre22.bb
new file mode 100644
index 0000000000..f763df7f60
--- /dev/null
+++ b/packages/links/links-x11_2.1pre22.bb
@@ -0,0 +1,21 @@
+LICENSE = "GPL"
+SECTION = "console/network"
+DEPENDS = "jpeg libpng flex openssl zlib libx11"
+DESCRIPTION = "Links is graphics and text mode WWW \
+browser, similar to Lynx."
+RCONFLICTS = "links"
+
+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 --without-fb \
+ --without-directfb --without-pmshell --without-atheos \
+ --with-x --without-gpm --without-sdl"
+
+S = "${WORKDIR}/links-${PV}"
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"