diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-09-04 15:30:51 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-09-04 15:30:51 +0000 |
commit | 40cd6d1cb5e34f32bb91be5b80bcdc48e1ee1480 (patch) | |
tree | 404a5dd8862dc4a315e0caf8635a0f4cace17b19 /packages/links/links_2.1pre23.bb | |
parent | 456a8e866ebe50b2a3c48716f6a659adb0b0d21d (diff) |
links_2.1pre23.bb : new version
Diffstat (limited to 'packages/links/links_2.1pre23.bb')
-rw-r--r-- | packages/links/links_2.1pre23.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre23.bb b/packages/links/links_2.1pre23.bb new file mode 100644 index 0000000000..4838ce37c0 --- /dev/null +++ b/packages/links/links_2.1pre23.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Links is graphics and text mode WWW \ +browser, similar to Lynx." +HOMEPAGE = "http://links.twibright.com/" +SECTION = "console/network" +MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" +LICENSE = "GPL" +DEPENDS = "jpeg libpng gpm flex openssl zlib" +RCONFLICTS="links-x11" +PR = "r0" +SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \ + file://ac-prog-cxx.patch;patch=1 \ + file://cookies-save-0.96.patch;patch=1 \ + file://links-2.1pre17-fix-segfault-on-loading-cookies.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" |