diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-12-19 10:34:07 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-12-19 10:34:07 +0000 |
commit | ac9e340b0be16a855374c55e90c08c9e78f27b60 (patch) | |
tree | 6b3f9ed68e96418dbb1146955b1b112f092a2a07 /packages/links/links.inc | |
parent | 497d1931f83b6a15b4bed0276605e1243cf58725 (diff) |
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
Diffstat (limited to 'packages/links/links.inc')
-rw-r--r-- | packages/links/links.inc | 18 |
1 files changed, 18 insertions, 0 deletions
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}" + |