2d299d3b5738826cd9b1418452af881c8cbca13d
[openembedded.git] / recipes / links / links.inc
1 DESCRIPTION = "Links is graphics and text mode WWW \
2 browser, similar to Lynx."
3 HOMEPAGE = "http://links.twibright.com/"
4 SECTION = "console/network"
5 LICENSE = "GPL"
6 DEPENDS = "jpeg libpng flex openssl zlib"
7
8 LPV = "${@bb.data.getVar("PV",d,1).split("+")[1]}"
9
10 SRC_URI = "http://links.twibright.com/download/links-${LPV}.tar.bz2 \
11            file://ac-prog-cxx.patch;patch=1 \
12            file://cookies-save-0.96.patch;patch=1 \
13            file://links-2.1pre17-fix-segfault-on-loading-cookies.patch;patch=1"
14
15 inherit autotools
16
17 S = "${WORKDIR}/links-${LPV}"
18