void-packages/srcpkgs/wget/template

21 lines
713 B
Text
Raw Normal View History

# Template file for 'wget'
pkgname=wget
2014-12-08 17:41:08 +00:00
version=1.16.1
2014-10-27 15:26:34 +00:00
revision=1
2012-08-10 15:17:08 +00:00
build_style=gnu-configure
2014-01-20 06:19:36 +00:00
configure_args="--with-ssl=openssl --with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="perl"
2014-12-08 17:41:08 +00:00
makedepends="libressl-devel 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"
2014-12-08 17:41:08 +00:00
checksum=3b834ce69366d4681f295307fce36ee14e122c4ee68a4d1291b62b0b26755a77
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
}