updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / sogo / PKGBUILD
blob26e341c743bbeed66ebdf6795f017811cee11df8
1 # Maintainer:  Andre Wayand <aur-sogo@awayand.sleepmail.com>
2 pkgname=sogo
3 pkgver=2.0.0b2
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.16.1' '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}"
40 md5sums=('035c451cdc62b2d36c705c7b365cf9f1')