diff --git a/README.md b/README.md index c4ccd79..07ed988 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# DavMail installation package +# DavMail installation package to Solus Project [DavMail](http://davmail.sourceforge.net/) 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 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. -![davmailArchitecture](davmailArchitecture.png) +![davmailArchitecture](img/davmailArchitecture.png) ## Revisions [Source files](https://dev.getsol.us/D12063) for [building](https://getsol.us/articles/packaging/) the installation package in the Solus Project. ``` -| davmail/ -| - Makefile -| - package.yml -| - pspec_x86_64.xml +├── src +│ ├── Makefile +│ ├── package.yml +│ └── pspec_x86_64.xml ``` diff --git a/img/davmailArchitecture.png b/img/davmailArchitecture.png new file mode 100644 index 0000000..ba3580c Binary files /dev/null and b/img/davmailArchitecture.png differ diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/src/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/src/package.yml b/src/package.yml new file mode 100644 index 0000000..e265679 --- /dev/null +++ b/src/package.yml @@ -0,0 +1,33 @@ +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/ diff --git a/src/pspec_x86_64.xml b/src/pspec_x86_64.xml new file mode 100644 index 0000000..06ea014 --- /dev/null +++ b/src/pspec_x86_64.xml @@ -0,0 +1,60 @@ + + + davmail + davmail.sourceforge.net + + Alexander Zhirov + alexander@zhirov.website + + GPL-2.0-only + network.mail + DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway + 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. + + https://getsol.us/sources/README.Solus + + + davmail + DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway + 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. + + network.mail + + /usr/bin/davmail + /usr/share/applications/davmail.desktop + /usr/share/davmail/davmail.jar + /usr/share/davmail/lib/activation-1.1.1.jar + /usr/share/davmail/lib/commons-codec-1.11.jar + /usr/share/davmail/lib/commons-collections-3.1.jar + /usr/share/davmail/lib/commons-logging-1.0.4.jar + /usr/share/davmail/lib/htmlcleaner-2.21.jar + /usr/share/davmail/lib/httpclient-4.5.6.jar + /usr/share/davmail/lib/httpcore-4.4.10.jar + /usr/share/davmail/lib/jackrabbit-webdav-2.14.6.jar + /usr/share/davmail/lib/jacocoant-0.8.5.jar + /usr/share/davmail/lib/javax.mail-1.5.6.jar + /usr/share/davmail/lib/jcharset-2.0.jar + /usr/share/davmail/lib/jcifs-1.3.14.jar + /usr/share/davmail/lib/jdom-1.0.jar + /usr/share/davmail/lib/jettison-1.4.0.jar + /usr/share/davmail/lib/log4j-1.2.16.jar + /usr/share/davmail/lib/slf4j-api-1.7.25.jar + /usr/share/davmail/lib/slf4j-log4j12-1.7.25.jar + /usr/share/davmail/lib/sonarqube-ant-task-2.7.0.1612.jar + /usr/share/davmail/lib/stax-api-1.0.1.jar + /usr/share/davmail/lib/stax2-api-3.1.1.jar + /usr/share/davmail/lib/woodstox-core-6.2.0.jar + /usr/share/icons/hicolor/128x128/apps/davmail.png + /usr/share/metainfo/org.davmail.DavMail.appdata.xml + + + + + 2021-10-21 + 6.0.0 + Packaging update + Alexander Zhirov + alexander@zhirov.website + + + \ No newline at end of file