New package: fetchmail-6.3.26.
This commit is contained in:
parent
0c5d3c79cc
commit
567ab0e833
|
@ -0,0 +1,21 @@
|
||||||
|
# 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue