Date: Saturday, October 8, 2011 @ 04:15:18 Author: ibiru Revision: 140165
add groupwise plugin. FS#26298 Added: evolution-groupwise/ evolution-groupwise/trunk/ evolution-groupwise/trunk/PKGBUILD ----------+ PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Added: evolution-groupwise/trunk/PKGBUILD =================================================================== --- evolution-groupwise/trunk/PKGBUILD (rev 0) +++ evolution-groupwise/trunk/PKGBUILD 2011-10-08 08:15:18 UTC (rev 140165) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer : Ionut Biru <[email protected]> +# Contributor: György Balló <[email protected]> + +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 +} + Property changes on: evolution-groupwise/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
