updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / sope / PKGBUILD
blobcd89eb5b126378d5cca04356007c23d0252b2ee9
1 # Maintainer: Andre Wayand <aur-sope@awayand.sleepmail.com>
2 pkgname=sope
3 pkgver=2.0.0b4
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=('e5f6208482c23e0bdb65198e81b605e8')