[arch-commits] Commit in evolution-groupwise/repos (4 files)
Jan Steffens
heftig at archlinux.org
Tue Mar 27 11:37:28 UTC 2012
Date: Tuesday, March 27, 2012 @ 07:37:28
Author: heftig
Revision: 154370
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
evolution-groupwise/repos/gnome-unstable-i686/
evolution-groupwise/repos/gnome-unstable-i686/PKGBUILD
(from rev 154369, evolution-groupwise/trunk/PKGBUILD)
evolution-groupwise/repos/gnome-unstable-x86_64/
evolution-groupwise/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154369, evolution-groupwise/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: evolution-groupwise/repos/gnome-unstable-i686/PKGBUILD (from rev 154369, evolution-groupwise/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-03-27 11:37:28 UTC (rev 154370)
@@ -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.4.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/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5e882811d10411249accb4ce1131d2e2d336d357b68a8f5dcfe7576b320c717')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
+
Copied: evolution-groupwise/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154369, evolution-groupwise/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-03-27 11:37:28 UTC (rev 154370)
@@ -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.4.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/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5e882811d10411249accb4ce1131d2e2d336d357b68a8f5dcfe7576b320c717')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list