1 # Contributor: Andreas Baumann <abaumann at yahoo dot com>
5 pkgdesc="A flexible client-server ecosystem for business applications."
8 url="http://wolframe.net/"
9 depends=('boost>=1.43' 'boost-libs>=1.43' 'openssl' 'pam' 'libsasl'
10 'sqlite3' 'postgresql-libs' 'libxml2' 'libxslt' 'qt')
11 makedepends=('git' 'docbook-xsl' 'doxygen' 'fop' 'graphviz')
12 md5sums=('8f74d2dcf94db2470ed096127941893d')
13 _gitroot=git://github.com/mbarbos/Wolframe.git
18 WITH_SSL=1 WITH_EXPECT=1 WITH_QT=1 WITH_PAM=1 WITH_SASL=1 \
19 WITH_SQLITE3=1 WITH_PGSQL=1 WITH_LUA=1 WITH_LIBXML2=1 WITH_LIBXSLT=1 \
26 msg "Getting source from git..."
27 if [ -d $startdir/src/$_gitname ] ; then
28 cd $_gitname && git pull origin
33 cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
34 cd $startdir/src/$_gitname-build
38 WITH_SSL=1 WITH_EXPECT=1 WITH_QT=1 WITH_PAM=1 WITH_SASL=1 \
39 WITH_SQLITE3=1 WITH_PGSQL=1 WITH_LUA=1 WITH_LIBXML2=1 WITH_LIBXSLT=1