void-packages/srcpkgs/wget/template

21 lines
718 B
Plaintext
Raw Normal View History

# Template file for 'wget'
pkgname=wget
2014-01-20 07:19:36 +01:00
version=1.15
2014-07-14 12:51:37 +02:00
revision=3
2012-08-10 17:17:08 +02:00
build_style=gnu-configure
2014-01-20 07:19:36 +01:00
configure_args="--with-ssl=openssl --with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="perl"
2014-07-14 12:51:37 +02:00
makedepends="libressl-devel libidn-devel ca-certificates libuuid-devel pcre-devel"
2014-01-20 07:19:36 +01:00
depends="ca-certificates"
conf_files="/etc/wgetrc"
short_desc="The GNU wget utility"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-10 09:22:57 +02:00
homepage="http://www.gnu.org/software/wget/wget.html"
license="GPL-3"
2012-08-10 17:17:08 +02:00
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
2014-01-20 07:19:36 +01:00
checksum=52126be8cf1bddd7536886e74c053ad7d0ed2aa89b4b630f76785bac21695fcd
2012-08-10 17:17:08 +02:00
post_install() {
2014-01-20 07:19:36 +01:00
echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" >> ${DESTDIR}/etc/wgetrc
}