New package: fetchmail-6.3.26.
This commit is contained in:
parent
0c5d3c79cc
commit
567ab0e833
1 changed files with 21 additions and 0 deletions
21
srcpkgs/fetchmail/template
Normal file
21
srcpkgs/fetchmail/template
Normal file
|
@ -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 a new issue