updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / bongo / PKGBUILD
blob212e8710eba5ef900acbf4a16ba875314c873971
1 # Contributor: Murtuza Akhtari <inxsible at gmail dot com>
3 pkgname=bongo
4 pkgver=0.6.1
5 pkgrel=1
6 pkgdesc="Bongo is an easy-to-use mail and calendar system, offering a simple yet powerful user interface. The goal is to make sharing, organisation, and communication simpler, quicker, and more useful."
7 arch=('i686' 'x86_64')
8 url="http://www.bongo-project.org/"
9 license=('GPLv2')
10 depends=('bison>=1.875' 'gettext' 'openldap' 'gnutls' 'popt' 'python>=2.3.0' 'doxygen' 'libtool' 'flex' 'gmime' 'python-lxml' 'libical' )
11 optdepends=('apache')
12 makedepends=('cmake')
13 source=(http://download.gna.org/bongo/release/${pkgname}-${pkgver}.tar.bz2)
14 md5sums=('c9aff202b6cb49be5a74c388e1fa14a0')
16 build() {
17   cd $srcdir/$pkgname-$pkgver
18   mkdir build
19   cd build
20   cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/bongo -DBONGO_USER=bongo
21   make
22   make install || return 1
23   cd /usr/local/bongo
24   ./sbin/bongo-config install