updated on Sat Jan 21 12:00:39 UTC 2012
[aur-mirror.git] / sope / PKGBUILD
blobfbca407f1d38828ec4453ba2014b8c5a97d68bac
1 # Maintainer: Andre Wayand <aur-sope@awayand.sleepmail.com>
2 pkgname=sope
3 pkgver=2.0.0b2
4 pkgrel=1
5 pkgdesc="application server used by SOGo"
6 arch=('any')
7 url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
8 license=('GPL')
9 makedepends=('gnustep-base' 'gnustep-make')
10 source=(
11         "http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
14 build() {
15   cd "${srcdir}/SOPE"
17   ./configure --prefix="/usr"
18   make
21 package() {
22  cd "${srcdir}/SOPE"
24   make install DESTDIR="${pkgdir}"
26 md5sums=('d41642817483c1276f4a7d1d1ccb8848')