Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Links is graphics and text mode WWW \ |
| 2 | browser, similar to Lynx." |
| 3 | HOMEPAGE = "http://links.twibright.com/" |
| 4 | SECTION = "console/network" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | LICENSE = "GPL-2.0-only" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b0c80473f97008e42e29a9f80fcc55ff" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 \ |
| 11 | " |
| 12 | |
| 13 | PACKAGECONFIG ??= "" |
| 14 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" |
| 15 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" |
| 16 | |
| 17 | inherit autotools pkgconfig |