[arch-commits] Commit in evolution-groupwise/repos (3 files)

Stéphane Gaudreault stephane at archlinux.org
Mon Jan 9 18:52:26 UTC 2012


    Date: Monday, January 9, 2012 @ 13:52:25
  Author: stephane
Revision: 146337

db-move: moved evolution-groupwise from [staging] to [testing] (x86_64)

Added:
  evolution-groupwise/repos/testing-x86_64/
  evolution-groupwise/repos/testing-x86_64/PKGBUILD
    (from rev 146321, evolution-groupwise/repos/staging-x86_64/PKGBUILD)
Deleted:
  evolution-groupwise/repos/staging-x86_64/

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: evolution-groupwise/repos/testing-x86_64/PKGBUILD (from rev 146321, evolution-groupwise/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-09 18:52:25 UTC (rev 146337)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=evolution-groupwise
+pkgver=3.2.1
+pkgrel=2
+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=('3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+




More information about the arch-commits mailing list