wget: add openssl dep now that isn't used directly in the chroot.

--HG--
extra : convert_revision : ffea427c69b36a6b40ca600c02510653601c5a63
This commit is contained in:
Juan RP 2009-10-17 03:20:26 +02:00
parent 6765b03ca1
commit cd7468d684

View File

@ -1,12 +1,12 @@
# Template file for 'wget'
pkgname=wget
version=1.11.4
revision=1
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="The GNU wget utility"
maintainer="pancake <pancake@nopcode.org>"
checksum=7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3
configure_args="--without-ssl"
long_desc="
GNU Wget is a free software package for retrieving files using HTTP,
HTTPS and FTP, the most widely-used Internet protocols. It is a
@ -29,9 +29,9 @@ long_desc="
re-downloaded when mirroring
* GNU Wget is distributed under the GNU General Public License."
base_chroot=yes
conf_files="/etc/wgetrc"
Add_dependency run glibc
Add_dependency full openssl
post_build()
{