mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
parent
fd4cd8a4f2
commit
47d00c2d12
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'wget'
|
||||
pkgname=wget
|
||||
version=1.19.2
|
||||
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"
|
||||
hostmakedepends="perl pkg-config lzip"
|
||||
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.gz"
|
||||
checksum=4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920
|
||||
distfiles="${GNU_SITE}/wget/wget-${version}.tar.lz"
|
||||
checksum=2fc0ffb965a8dc8f1e4a89cbe834c0ae7b9c22f559ebafc84c7874ad1866559a
|
||||
|
||||
build_options="gnutls ssl"
|
||||
build_options_default="ssl"
|
||||
|
|
Loading…
Add table
Reference in a new issue