davmail/package.yml

34 lines
1.9 KiB
YAML

name : davmail
version : 6.0.0
release : 1
source :
- https://sourceforge.net/projects/davmail/files/davmail/6.0.0/davmail-src-6.0.0-3375.tgz/download : 2d719188671f7a621c82ce7bc6d1d781ed18c8d52a9af23e7bc5288df2b649a5
license : GPL-2.0-only
component : network.mail
summary : DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway
description: |
DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts to allow recipient address completion in mail compose window and full calendar support with attendees free/busy display.
homepage : davmail.sourceforge.net
networking : true
builddeps :
- openjdk-8
- apache-ant
- unzip
rundeps :
- openjdk-8
build : |
JAVA_HOME=/usr/lib64/openjdk-8 ant
install : |
install -D -d -m 00755 $installdir/usr/share/davmail/lib
unzip -q $(find dist/ -name "davmail-*-trunk.zip" -type f) -d source/
install -m 00644 source/lib/* $installdir/usr/share/davmail/lib/
install -m 00644 source/davmail.jar $installdir/usr/share/davmail/
install -D -d -m 00755 $installdir/usr/bin
install -m 00755 source/davmail $installdir/usr/bin/davmail
install -D -d -m 00755 $installdir/usr/share/icons/hicolor/128x128/apps
install -m 00644 src/icon/davmail.png $installdir/usr/share/icons/hicolor/128x128/apps/
install -D -d -m 00755 $installdir/usr/share/applications
install -m 00644 src/desktop/davmail.desktop $installdir/usr/share/applications/
install -D -d -m 00755 $installdir/usr/share/metainfo
install -m 00644 src/appstream/org.davmail.DavMail.appdata.xml $installdir/usr/share/metainfo/