wok-next diff lynx/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 89617d35ca0c
children
line diff
     1.1 --- a/lynx/receipt	Sun Jan 27 17:43:01 2019 +0100
     1.2 +++ b/lynx/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -1,38 +1,41 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="lynx"
     1.7 -VERSION="2.8.8"
     1.8 +VERSION="2.8.9rel1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Terminal-based text-only browser"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://lynx.invisible-island.net"
    1.15 +WEB_SITE="https://lynx.browser.org"
    1.16  
    1.17 -TARBALL="$PACKAGE$VERSION.tar.gz"
    1.18 -WGET_URL="http://lynx.isc.org/$PACKAGE$VERSION/$TARBALL"
    1.19 +TARBALL="$PACKAGE${VERSION/rel/rel.}.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 -BUILD_DEPENDS="openssl-dev ncurses-dev zlib-dev gettext"
    1.24 +BUILD_DEPENDS="ncurses-dev openssl-dev gettext zlib-dev"
    1.25  
    1.26 -compile_rules() {
    1.27 -	./configure \
    1.28 -		--enable-ipv6 \
    1.29 -		--enable-gnutls-compat \
    1.30 -		--enable-nls \
    1.31 -		--with-ssl \
    1.32 -		--with-gnutls \
    1.33 -		--with-zlib \
    1.34 -		--with-nss-compat \
    1.35 +compile_rules()
    1.36 +{
    1.37 +	./configure			\
    1.38 +		--enable-gnutls-compat	\
    1.39 +		--enable-ipv6		\
    1.40 +		--enable-nls		\
    1.41 +		--with-gnutls		\
    1.42 +		--with-nss-compat	\
    1.43 +		--with-ssl		\
    1.44 +		--with-zlib		\
    1.45  		$CONFIGURE_ARGS &&
    1.46  	make &&
    1.47  	make install
    1.48  }
    1.49  
    1.50 -testsuite() {
    1.51 +testsuite()
    1.52 +{
    1.53  	readelf -h $install/usr/bin/lynx
    1.54  }
    1.55  
    1.56 -genpkg_rules() {
    1.57 +genpkg_rules()
    1.58 +{
    1.59  	copy @std
    1.60 -	DEPENDS="openssl ncurses zlib"
    1.61 +	DEPENDS="ncurses openssl zlib"
    1.62  }