[arch-commits] Commit in evolution-groupwise (5 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 8 08:16:18 UTC 2011


    Date: Saturday, October 8, 2011 @ 04:16:17
  Author: ibiru
Revision: 140166

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  evolution-groupwise/repos/
  evolution-groupwise/repos/extra-i686/
  evolution-groupwise/repos/extra-i686/PKGBUILD
    (from rev 140165, evolution-groupwise/trunk/PKGBUILD)
  evolution-groupwise/repos/extra-x86_64/
  evolution-groupwise/repos/extra-x86_64/PKGBUILD
    (from rev 140165, evolution-groupwise/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: evolution-groupwise/repos/extra-i686/PKGBUILD (from rev 140165, evolution-groupwise/trunk/PKGBUILD)
===================================================================
--- repos/extra-i686/PKGBUILD	                        (rev 0)
+++ repos/extra-i686/PKGBUILD	2011-10-08 08:16:17 UTC (rev 140166)
@@ -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.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
+}
+

Copied: evolution-groupwise/repos/extra-x86_64/PKGBUILD (from rev 140165, evolution-groupwise/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2011-10-08 08:16:17 UTC (rev 140166)
@@ -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.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
+}
+




More information about the arch-commits mailing list