mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
c20fe690c3
commit
45929173b0
1 changed files with 8 additions and 7 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'davmail'
|
# Template file for 'davmail'
|
||||||
pkgname=davmail
|
pkgname=davmail
|
||||||
version=6.0.1
|
version=6.1.0
|
||||||
revision=1
|
revision=1
|
||||||
_commit=3390
|
_commit=3423
|
||||||
hostmakedepends="openjdk8 apache-ant"
|
hostmakedepends="openjdk8 apache-ant"
|
||||||
|
depends="virtual?java-runtime"
|
||||||
short_desc="POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway"
|
short_desc="POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway"
|
||||||
maintainer="Anachron <gith@cron.world>"
|
maintainer="Anachron <gith@cron.world>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://davmail.sourceforge.net"
|
homepage="https://davmail.sourceforge.net"
|
||||||
changelog="https://raw.githubusercontent.com/mguessan/davmail/master/RELEASE-NOTES.md"
|
changelog="https://raw.githubusercontent.com/mguessan/davmail/master/RELEASE-NOTES.md"
|
||||||
distfiles="${SOURCEFORGE_SITE}/davmail/davmail-src-${version}-${_commit}.tgz"
|
distfiles="${SOURCEFORGE_SITE}/davmail/davmail-src-${version}-${_commit}.tgz"
|
||||||
checksum=ce3b33cd187787a30ccc136e75f1cdf197b0a2874c20ab3f3ea3e426b32b9ab1
|
checksum=08e7103d14e9f05ec269caceef7585dcf8be202a35c471fa6fc12729cf99ef2f
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
. /etc/profile.d/openjdk.sh
|
. /etc/profile.d/openjdk.sh
|
||||||
|
@ -24,11 +25,11 @@ do_install() {
|
||||||
vmkdir usr/share/davmail/lib
|
vmkdir usr/share/davmail/lib
|
||||||
vcopy "lib/*" usr/share/davmail/lib
|
vcopy "lib/*" usr/share/davmail/lib
|
||||||
vbin src/bin/davmail
|
vbin src/bin/davmail
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64) return 0 ;;
|
x86_64) ;;
|
||||||
|
*) rm -f ${DESTDIR}/usr/share/davmail/lib/swt-* ;;
|
||||||
esac
|
esac
|
||||||
rm -f ${DESTDIR}/usr/share/davmail/lib/swt-*
|
|
||||||
|
vsconf src/etc/davmail.properties
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue