mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
* cookies api changed between 2.1pre30 and 2.7 * LIC_FILES_CHKSUM changed because of formal change 296c296 < This program is free software; you can redistribute it and/or modify --- > on, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > USAThis program is free software; you can redistribute it and/or > modify Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
411 B
PHP
14 lines
411 B
PHP
DESCRIPTION = "Links is graphics and text mode WWW \
|
|
browser, similar to Lynx."
|
|
HOMEPAGE = "http://links.twibright.com/"
|
|
SECTION = "console/network"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=65e735be2e05d5943803344148f57603"
|
|
DEPENDS = "jpeg libpng flex openssl zlib"
|
|
|
|
SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \
|
|
file://ac-prog-cxx.patch \
|
|
"
|
|
|
|
inherit autotools
|