updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / sogo / PKGBUILD
blobbc78f7598377a8ef5f9f74bdb1797e959a3f3208
1 # Maintainer:  Andre Wayand <aur-sogo@awayand.sleepmail.com>
2 pkgname=sogo
3 pkgver=2.0.0b4
4 pkgrel=1
5 pkgdesc="groupware server built around OpenGroupware.org (OGo) and the SOPE application server"
6 arch=('any')
7 url="http://www.sogo.nu/"
8 license=('GPL')
9 depends=('sope>=2.0' 'gnustep-base>=1.23.0' 'gnustep-make' 'gcc-objc' 'libmemcached')
10 optdepends=(
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'
21 source=(
22   http://www.sogo.nu/files/downloads/SOGo/Sources/SOGo-$pkgver.tar.gz
24 build() {
25   cd "$srcdir/SOGo"
26   ./configure --prefix=$(gnustep-config --variable=GNUSTEP_SYSTEM_ROOT)
27   make
30 check() {
31   cd "$srcdir/SOGo"
32   echo "Nice."
35 package() {
36   cd "$srcdir/SOGo"
37   make install DESTDIR="${pkgdir}"
39 md5sums=('3307415bd4e3fbd281eb5c0226ab58d3')