wget: don't make change to lz without need
This commit is contained in:
parent
9d319ca878
commit
d6787daad4
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ version=1.19.4
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_if ssl '--with-ssl=openssl') $(vopt_if gnutls '--with-ssl=gnutls')"
|
||||
hostmakedepends="perl pkg-config lzip"
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="$(vopt_if ssl libressl-devel) $(vopt_if gnutls gnutls-devel)
|
||||
libidn-devel libuuid-devel pcre-devel"
|
||||
checkdepends="perl-HTTP-Daemon perl-IO-Socket-SSL"
|
||||
|
@ -14,8 +14,8 @@ short_desc="The GNU wget download utility"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnu.org/software/wget/wget.html"
|
||||
license="GPL-3"
|
||||
distfiles="${GNU_SITE}/wget/wget-${version}.tar.lz"
|
||||
checksum=2fc0ffb965a8dc8f1e4a89cbe834c0ae7b9c22f559ebafc84c7874ad1866559a
|
||||
distfiles="${GNU_SITE}/wget/wget-${version}.tar.gz"
|
||||
checksum=93fb96b0f48a20ff5be0d9d9d3c4a986b469cb853131f9d5fe4cc9cecbc8b5b5
|
||||
|
||||
build_options="gnutls ssl"
|
||||
build_options_default="ssl"
|
||||
|
|
Loading…
Reference in a new issue