1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
15 lines
523 B
Bash
15 lines
523 B
Bash
# Template file for 'fetchmail'
|
|
pkgname=fetchmail
|
|
version=6.3.26
|
|
revision=6
|
|
build_style=gnu-configure
|
|
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
|
|
hostmakedepends="python-devel"
|
|
makedepends="libressl-devel"
|
|
depends="python"
|
|
short_desc="A remote-mail retrieval utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://fetchmail.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850
|