wok rev 21406
updated lynx (2.8.8 -> 2.8.9)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 23 15:36:59 2019 +0100 (2019-04-23) |
parents | c1f6210bc262 |
children | b4401072e6d3 |
files | lynx/receipt |
line diff
1.1 --- a/lynx/receipt Tue Apr 23 11:00:59 2019 +0200 1.2 +++ b/lynx/receipt Tue Apr 23 15:36:59 2019 +0100 1.3 @@ -1,34 +1,36 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lynx" 1.7 -VERSION="2.8.8" 1.8 +VERSION="2.8.9" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Terminal-based text-only browser." 1.11 MAINTAINER="samuel_trassare@yahoo.com" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="https://lynx.invisible-island.net" 1.14 -TARBALL="$PACKAGE$VERSION.tar.gz" 1.15 -WGET_URL="http://lynx.isc.org/$PACKAGE$VERSION/$TARBALL" 1.16 -HOST_ARCH="i486 arm" 1.17 +WEB_SITE="https://lynx.browser.org/" 1.18 + 1.19 +TARBALL="$PACKAGE${VERSION}rel1.tar.bz2" 1.20 +WGET_URL="https://invisible-mirror.net/archives/$PACKAGE/tarballs/$TARBALL" 1.21 1.22 # Will require build dep libtirpc after glibc is upgraded to 2.14. 1.23 DEPENDS="libssl ncurses zlib" 1.24 -BUILD_DEPENDS="openssl-dev ncurses-dev zlib-dev" 1.25 +BUILD_DEPENDS="ncurses-dev openssl-dev zlib-dev" 1.26 + 1.27 +HOST_ARCH="i486 arm" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 - ./configure $CONFIGURE_ARGS \ 1.33 - --sysconfdir=/etc \ 1.34 - --mandir=/usr/share/man \ 1.35 - --enable-ipv6 \ 1.36 - --enable-gnutls-compat \ 1.37 - --enable-nls \ 1.38 - --with-ssl \ 1.39 - --with-gnutls \ 1.40 - --with-zlib \ 1.41 + ./configure $CONFIGURE_ARGS \ 1.42 + --sysconfdir=/etc \ 1.43 + --mandir=/usr/share/man \ 1.44 + --enable-ipv6 \ 1.45 + --enable-gnutls-compat \ 1.46 + --enable-nls \ 1.47 + --with-ssl \ 1.48 + --with-gnutls \ 1.49 + --with-zlib \ 1.50 --with-nss-compat && 1.51 - make && 1.52 + make -j 1 && 1.53 make install 1.54 } 1.55 1.56 @@ -36,8 +38,9 @@ 1.57 genpkg_rules() 1.58 { 1.59 mkdir -p $fs/usr 1.60 - cp -a $install/usr/bin $fs/usr 1.61 - cp -a $install/etc $fs/ 1.62 + 1.63 + cp -a $install/usr/bin $fs/usr 1.64 + cp -a $install/etc $fs/ 1.65 } 1.66 1.67 testsuite()