summaryrefslogtreecommitdiff
path: root/community/gloox/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gloox/PKGBUILD')
-rw-r--r--community/gloox/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gloox/PKGBUILD b/community/gloox/PKGBUILD
index 1ad53cd5a..c20c168d2 100644
--- a/community/gloox/PKGBUILD
+++ b/community/gloox/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 7908 2010-01-12 10:36:09Z spupykin $
+# $Id: PKGBUILD 54449 2011-08-18 15:06:35Z bluewind $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: William Rea <sillywilly@gmail.com>
pkgname=gloox
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="C++ libraries for development of Jabber client/component/server"
arch=(i686 x86_64 'mips64el')
url="http://camaya.net/gloox"
@@ -17,6 +17,6 @@ md5sums=('f8eacf1c6476e0a309b453fd04f90e31')
build() {
cd $startdir/src/gloox-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
make DESTDIR=$startdir/pkg install
}