From ac9e340b0be16a855374c55e90c08c9e78f27b60 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 19 Dec 2006 10:34:07 +0000 Subject: links_2.0+2.1pre26.bb, links-x11_2.0+2.1pre26.bb : new kOEn compliant naming scheme. Also broke common stuff into links.inc and added some python to version doesnt need to be hardcoded into .bb --- packages/links/links.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/links/links.inc (limited to 'packages/links/links.inc') diff --git a/packages/links/links.inc b/packages/links/links.inc new file mode 100644 index 0000000000..2d299d3b57 --- /dev/null +++ b/packages/links/links.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "Links is graphics and text mode WWW \ +browser, similar to Lynx." +HOMEPAGE = "http://links.twibright.com/" +SECTION = "console/network" +LICENSE = "GPL" +DEPENDS = "jpeg libpng flex openssl zlib" + +LPV = "${@bb.data.getVar("PV",d,1).split("+")[1]}" + +SRC_URI = "http://links.twibright.com/download/links-${LPV}.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 + +S = "${WORKDIR}/links-${LPV}" + -- cgit v1.2.3