- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
18 lines
564 B
PHP
18 lines
564 B
PHP
DESCRIPTION = "Links is graphics and text mode WWW \
|
|
browser, similar to Lynx."
|
|
HOMEPAGE = "http://links.twibright.com/"
|
|
SECTION = "console/network"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b0c80473f97008e42e29a9f80fcc55ff"
|
|
DEPENDS = "jpeg libpng flex openssl zlib"
|
|
|
|
SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \
|
|
file://ac-prog-cxx.patch \
|
|
"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
|
|
PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
|
|
|
|
inherit autotools pkgconfig
|