summaryrefslogtreecommitdiff
path: root/extra/evolution-groupwise
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-09 23:14:34 +0000
committerroot <root@rshg054.dnsready.net>2011-10-09 23:14:34 +0000
commit8e372cc6207b56516c1facdaeb92d15c4716d8a2 (patch)
tree5958b5f5b22ce68cbfd3c1a1007544403b44834e /extra/evolution-groupwise
parent40e90a19618851856689ef8697391d37ec6841a1 (diff)
Sun Oct 9 23:14:34 UTC 2011
Diffstat (limited to 'extra/evolution-groupwise')
-rw-r--r--extra/evolution-groupwise/PKGBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/extra/evolution-groupwise/PKGBUILD b/extra/evolution-groupwise/PKGBUILD
new file mode 100644
index 000000000..5a79f4628
--- /dev/null
+++ b/extra/evolution-groupwise/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 140166 2011-10-08 08:16:17Z ibiru $
+# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Contributor: György Balló <ballogy@freestart.hu>
+
+pkgname=evolution-groupwise
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="GroupWise connector for evolution"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/evolution/"
+license=(LGPL)
+depends=('evolution-data-server' 'gtkhtml4')
+makedepends=(intltool evolution)
+optdepends=('evolution: evolution plugin')
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=(7c3dec3c4561931dfbc9313949dee68c4f935583fae8323ab4ca87b23b5aabb3)
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}
+