parent
3a10167a53
commit
c34a268472
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fetchmail'
|
# Template file for 'fetchmail'
|
||||||
pkgname=fetchmail
|
pkgname=fetchmail
|
||||||
version=6.4.8
|
version=6.4.11
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://fetchmail.sourceforge.net/"
|
homepage="http://fetchmail.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=26cd936ece146e056cdf79a676a33738b4eab0a5ae2edf3fce5ba034721b09bd
|
checksum=3e481dd869907c3786b486fd8a7bb4b24e60889b1ac449b786ec0a059b39e29c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsed -i -e 's,/usr/bin/python ,/usr/bin/python3 ,' "${DESTDIR}/usr/bin/fetchmailconf"
|
vsed -i -e 's,/usr/bin/python ,/usr/bin/python3 ,' "${DESTDIR}/usr/bin/fetchmailconf"
|
||||||
|
|
Loading…
Reference in New Issue