wok-next rev 19672
wget: up 1.19.1
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 20 05:04:20 2017 +0200 (2017-03-20) |
parents | fe59386a94f9 |
children | eb4eb1dab53a |
files | wget/receipt |
line diff
1.1 --- a/wget/receipt Sat Mar 18 17:36:09 2017 +0200 1.2 +++ b/wget/receipt Mon Mar 20 05:04:20 2017 +0200 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wget" 1.7 -VERSION="1.18" 1.8 +VERSION="1.19.1" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="GNU Wget - non-interactive download of files from the Web" 1.11 +SHORT_DESC="GNU Wget - the non-interactive network downloader" 1.12 MAINTAINER="sygne@ombres.eu" 1.13 LICENSE="GPL3" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 -WEB_SITE="http://www.gnu.org/software/wget/" 1.16 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.17 +WEB_SITE="https://www.gnu.org/software/wget/" 1.18 HOST_ARCH="i486 arm" 1.19 CONFIG_FILES="/etc/wgetrc" 1.20 1.21 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.22 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.23 + 1.24 DEPENDS="libssl libidn pcre util-linux-uuid zlib" 1.25 -BUILD_DEPENDS="openssl-dev libidn-dev flex util-linux-uuid-dev gettext \ 1.26 -zlib-dev perl pcre-dev" 1.27 +BUILD_DEPENDS="openssl-dev libidn-dev util-linux-uuid-dev gettext zlib-dev \ 1.28 +perl pcre-dev" 1.29 1.30 # Handle cross compilation 1.31 case "$ARCH" in 1.32 @@ -30,18 +31,10 @@ 1.33 --sysconfdir=/etc \ 1.34 $CONFIGURE_ARGS $ARCH_ARGS && 1.35 make DESTDIR=$DESTDIR install 1.36 - 1.37 - gzip -9 $install/usr/share/man/man1/wget.1 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg. 1.41 genpkg_rules() 1.42 { 1.43 - cp -a $install/* $fs 1.44 - rm -r $fs/usr/share/info $fs/usr/share/locale 1.45 + cook_copy_files wget wgetrc 1.46 } 1.47 - 1.48 -post_remove() 1.49 -{ 1.50 - ln -s /bin/busybox "$1/usr/bin/wget" 1.51 -}