2008-10-28 15:17:40 +00:00
|
|
|
# Template file for 'wget'
|
2008-10-28 11:45:30 +00:00
|
|
|
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"
|
2014-06-14 07:02:17 +00:00
|
|
|
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
|
2009-03-18 09:02:43 +00:00
|
|
|
|
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
|
2011-06-22 20:15:51 +00:00
|
|
|
}
|