void-packages/srcpkgs/wget/template

21 lines
687 B
Text
Raw Normal View History

# Template file for 'wget'
pkgname=wget
2015-03-01 11:11:26 +00:00
version=1.16.2
revision=1
2012-08-10 15:17:08 +00:00
build_style=gnu-configure
2015-03-01 11:11:26 +00:00
configure_args="--with-ssl=openssl"
hostmakedepends="perl pkg-config"
makedepends="libressl-devel>=2.1.3 libidn-devel libuuid-devel pcre-devel"
2014-01-20 06:19:36 +00:00
depends="ca-certificates"
conf_files="/etc/wgetrc"
2014-10-27 15:26:34 +00:00
short_desc="The GNU wget download utility"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-10 07:22:57 +00:00
homepage="http://www.gnu.org/software/wget/wget.html"
license="GPL-3"
2012-08-10 15:17:08 +00:00
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
2015-03-01 11:11:26 +00:00
checksum=311a28f211117a338501009bfaba5bfeb9cd71564a7b9ad5775b8f5f4369f972
2012-08-10 15:17:08 +00:00
post_install() {
2014-01-20 06:19:36 +00:00
echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" >> ${DESTDIR}/etc/wgetrc
}