diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-12-21 16:00:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-21 16:00:20 +0000 |
commit | fd021ba0bcb90b524ede0384973cb3571311b5d2 (patch) | |
tree | a2f854bbfa73ee5114120c58f7785402847b0ee7 /packages/links/links-x11_2.1pre20.bb | |
parent | 4a715c9ba1ae6189a17cc69167206381b9ca4450 (diff) |
links_2.1pre20, links-x11_2.1pre20: add the latest version of the links2 browser and create a bb file for the x11 version as default is fb/gpm based.
Diffstat (limited to 'packages/links/links-x11_2.1pre20.bb')
-rw-r--r-- | packages/links/links-x11_2.1pre20.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/links/links-x11_2.1pre20.bb b/packages/links/links-x11_2.1pre20.bb new file mode 100644 index 0000000000..685ca73fd8 --- /dev/null +++ b/packages/links/links-x11_2.1pre20.bb @@ -0,0 +1,21 @@ +LICENSE = "GPL" +SECTION = "console/network" +DEPENDS = "jpeg libpng flex openssl zlib x11" +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" + +S = "${WORKDIR}/links-${PV}" |