mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
wget: add openssl dep now that isn't used directly in the chroot.
--HG-- extra : convert_revision : ffea427c69b36a6b40ca600c02510653601c5a63
This commit is contained in:
parent
6765b03ca1
commit
cd7468d684
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'wget'
|
# Template file for 'wget'
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
version=1.11.4
|
version=1.11.4
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="The GNU wget utility"
|
short_desc="The GNU wget utility"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
checksum=7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3
|
checksum=7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3
|
||||||
configure_args="--without-ssl"
|
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU Wget is a free software package for retrieving files using HTTP,
|
GNU Wget is a free software package for retrieving files using HTTP,
|
||||||
HTTPS and FTP, the most widely-used Internet protocols. It is a
|
HTTPS and FTP, the most widely-used Internet protocols. It is a
|
||||||
|
@ -29,9 +29,9 @@ long_desc="
|
||||||
re-downloaded when mirroring
|
re-downloaded when mirroring
|
||||||
* GNU Wget is distributed under the GNU General Public License."
|
* GNU Wget is distributed under the GNU General Public License."
|
||||||
|
|
||||||
base_chroot=yes
|
|
||||||
conf_files="/etc/wgetrc"
|
conf_files="/etc/wgetrc"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency full openssl
|
||||||
|
|
||||||
post_build()
|
post_build()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue