1 # Maintainer: Andre Wayand <aur-sogo@awayand.sleepmail.com>
5 pkgdesc="groupware server built around OpenGroupware.org (OGo) and the SOPE application server"
7 url="http://www.sogo.nu/"
9 depends=('sope>=2.0' 'gnustep-base>=1.16.1' 'gnustep-make' 'gcc-objc' 'libmemcached')
11 'postgresql: run database server for sogo locally'
12 'mysql: run database server for sogo locally'
13 'openldap: run directory server for sogo locally'
14 'postfix: run smtp server for sogo locally'
15 'dovecot: run imap server for sogo locally'
16 'courier-imap: run imap server for sogo locally'
17 'nginx: webserver to provide web interface locally'
18 'apache: webserver to provide web interface locally'
19 'funambol: sync mobile devices with sogo contacts, events, tasks via SyncML'
22 http://www.sogo.nu/files/downloads/SOGo/Sources/SOGo-$pkgver.tar.gz
26 ./configure --prefix=$(gnustep-config --variable=GNUSTEP_SYSTEM_ROOT)
37 make install DESTDIR="${pkgdir}"
40 md5sums=('035c451cdc62b2d36c705c7b365cf9f1')