diff options
Diffstat (limited to 'meta-oe/recipes-support/links/links.inc')
| -rw-r--r-- | meta-oe/recipes-support/links/links.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/links/links.inc b/meta-oe/recipes-support/links/links.inc new file mode 100644 index 0000000000..9001d2a3b9 --- /dev/null +++ b/meta-oe/recipes-support/links/links.inc | |||
| @@ -0,0 +1,19 @@ | |||
| 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=b0c80473f97008e42e29a9f80fcc55ff" | ||
| 7 | DEPENDS = "jpeg libpng flex openssl zlib" | ||
| 8 | |||
| 9 | LPV = "${@bb.data.getVar("PV",d,1).split("+")[1]}" | ||
| 10 | |||
| 11 | SRC_URI = "http://links.twibright.com/download/links-${LPV}.tar.bz2 \ | ||
| 12 | file://ac-prog-cxx.patch \ | ||
| 13 | file://cookies-save-0.96.patch \ | ||
| 14 | file://links-2.1pre17-fix-segfault-on-loading-cookies.patch" | ||
| 15 | |||
| 16 | inherit autotools | ||
| 17 | |||
| 18 | S = "${WORKDIR}/links-${LPV}" | ||
| 19 | |||
