summaryrefslogtreecommitdiff
path: root/staging/evolution-data-server
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-07 04:55:18 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-07 04:55:18 +0000
commita135f8563fea25509d9a92db7c03ac3d08230a3f (patch)
treee6bb5fb8723790e6b479a3f6a00d19694b5a571d /staging/evolution-data-server
parentb215b5e985b9310dff8d992510f12a87141fe7cb (diff)
Thu Jul 7 04:55:18 UTC 2011
Diffstat (limited to 'staging/evolution-data-server')
-rw-r--r--staging/evolution-data-server/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/staging/evolution-data-server/PKGBUILD b/staging/evolution-data-server/PKGBUILD
deleted file mode 100644
index d7303a1eb..000000000
--- a/staging/evolution-data-server/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 129456 2011-06-28 01:27:57Z stephane $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=evolution-data-server
-pkgver=3.0.2.1
-pkgrel=2
-pkgdesc="Central location for addressbook and calendar storage in the GNOME Desktop"
-arch=('i686' 'x86_64')
-depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org"
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1b14c57a835745ee2c0141a76a07d44688dfb2d758bf3b818fe1860b59451f9b')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --with-openldap=yes \
- --libexecdir=/usr/lib/evolution-data-server \
- --with-krb5=/usr --with-libdb=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}