links: update to 2.13
[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 = "GPLv2"
6 LIC_FILES_CHKSUM = "file://COPYING;md5=65e735be2e05d5943803344148f57603"
7 DEPENDS = "jpeg libpng flex openssl zlib"
8
9 SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \
10            file://ac-prog-cxx.patch;patch=1 \
11 "
12
13 # pandora hack: certs just don't work, no idea why
14 CPPFLAGS += -DNO_SSL_CERTIFICATES
15
16 #PACKAGECONFIG ??= ""
17 #PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
18 #PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
19 EXTRA_OECONF += " --with-bzip2 --with-lzma --without-libevent"
20
21 inherit autotools pkgconfig