[oe-commits] Stanislav Brabec : lynx: New recipe, version 2.8.7.

git version control git at git.openembedded.org
Thu Jun 2 20:01:30 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 06d31dc06beb85a28ca3c2c2c0c2787267a24ff5
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=06d31dc06beb85a28ca3c2c2c0c2787267a24ff5

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Tue May 31 22:28:20 2011 +0000

lynx: New recipe, version 2.8.7.

Signed-off-by: Stanislav Brabec <utx at penguin.cz>

---

 recipes/lynx/lynx_2.8.7.bb |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/recipes/lynx/lynx_2.8.7.bb b/recipes/lynx/lynx_2.8.7.bb
new file mode 100644
index 0000000..6a597e6
--- /dev/null
+++ b/recipes/lynx/lynx_2.8.7.bb
@@ -0,0 +1,40 @@
+DESCRIPTION = "text web browser"
+SECTION = "console/network"
+DEPENDS = "ncurses openssl"
+LICENSE = "GPL"
+HOMEPAGE = "http://lynx.isc.org/"
+PR = "r0"
+S = "${WORKDIR}/${PN}${@bb.data.getVar('PV',d,1).replace('.', '-')}"
+
+SRC_URI = "http://lynx.isc.org/${PN}${PV}/${PN}${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${layout_exec_prefix} --with-curses-dir=${STAGING_DIR_HOST}${layout_exec_prefix} --enable-nls --with-screen=ncursesw --enable-locale-charset --enable-ipv6 --enable-persistent-cookies"
+
+do_configure() {
+	# prevent import of ncursesw6-config from host system
+	# only ncurses-config (version 5) is available in the tree
+	sed -i 's/}6/}6-does-not-exist-in-oe/g' aclocal.m4 configure
+	# configure.in cannot be easily rebuilt
+	oe_runconf\
+	ac_cv_path_TELNET=${bindir}/telnet\
+	ac_cv_path_TN3270=no\
+	ac_cv_path_RLOGIN=${bindir}/rlogin\
+	ac_cv_path_MV=/bin/mv\
+	ac_cv_path_GZIP=/bin/gzip\
+	ac_cv_path_UNCOMPRESS=/bin/gunzip\
+	ac_cv_path_UNZIP=${bindir}/unzip\
+	ac_cv_path_BZIP2=${bindir}/bzip2\
+	ac_cv_path_TAR=/bin/tar\
+	ac_cv_path_COMPRESS=no\
+	ac_cv_path_RM=/bin/rm\
+	ac_cv_path_UUDECODE=${bindir}/uudecode\
+	ac_cv_path_UUDECODE=${bindir}/uudecode\
+	ac_cv_path_ZCAT=/bin/zcat\
+	ac_cv_path_ZIP=${bindir}/zip\
+	ac_cv_path_INSTALL=${bindir}/install
+}
+
+SRC_URI[md5sum] = "cb936aef812e4e463ab86cbbe14d4db9"
+SRC_URI[sha256sum] = "301bda96ad3cd5032805e8d5315a42061a11e472e3d3a7baee3a2879517ef627"





More information about the Openembedded-commits mailing list