From fd021ba0bcb90b524ede0384973cb3571311b5d2 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 21 Dec 2005 16:00:20 +0000 Subject: [PATCH] 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. --- packages/links/files/.mtn2git_empty | 0 packages/links/files/ac-prog-cxx.patch | 11 +++++++++++ packages/links/links-x11_2.1pre20.bb | 21 +++++++++++++++++++++ packages/links/links_2.1pre20.bb | 19 +++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 packages/links/files/.mtn2git_empty create mode 100644 packages/links/files/ac-prog-cxx.patch create mode 100644 packages/links/links-x11_2.1pre20.bb create mode 100644 packages/links/links_2.1pre20.bb diff --git a/packages/links/files/.mtn2git_empty b/packages/links/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/links/files/ac-prog-cxx.patch b/packages/links/files/ac-prog-cxx.patch new file mode 100644 index 0000000000..41c3826850 --- /dev/null +++ b/packages/links/files/ac-prog-cxx.patch @@ -0,0 +1,11 @@ +--- links-2.1pre20/configure.in.orig 2005-12-21 15:23:49.000000000 +0000 ++++ links-2.1pre20/configure.in 2005-12-21 15:23:59.000000000 +0000 +@@ -18,7 +18,7 @@ + dnl Checks for programs. + AC_PROG_CC + +-#AC_PROG_CXX ++AC_PROG_CXX + #AC_PROG_AWK + #AM_PROG_LEX + #AC_PROG_YACC 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 " + +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}" diff --git a/packages/links/links_2.1pre20.bb b/packages/links/links_2.1pre20.bb new file mode 100644 index 0000000000..81906242d3 --- /dev/null +++ b/packages/links/links_2.1pre20.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 " + +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" -- 2.39.5