# # Core Packages for Chakra, part of chakraos.org # # maintainer : pkgname=wget pkgver=1.16.3 pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" arch=('x86_64') url="http://www.gnu.org/software/wget/wget.html" license=('GPL3') groups=('base') depends=('openssl' 'libidn' 'util-linux' 'pcre') checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') install=wget.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) md5sums=('d2e4455781a70140ae83b54ca594ce21' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA') prepare() { cd ${pkgname}-${pkgver} cat >> doc/sample.wgetrc <