void-packages/srcpkgs/fetchmail/template
2013-11-30 10:14:07 +01:00

22 lines
580 B
Plaintext

# Template file for 'fetchmail'
pkgname=fetchmail
version=6.3.26
revision=1
build_style=gnu-configure
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
hostmakedepends="python-devel"
makedepends="openssl-devel"
short_desc="A remote-mail retrieval utility"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://fetchmail.berlios.de/"
distfiles="http://download.berlios.de/$pkgname/${pkgname}-${version}.tar.xz"
checksum=79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
fetchmail_package() {
depends="python"
pkg_install() {
vmove all
}
}