summaryrefslogtreecommitdiff
path: root/community/gloox/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-19 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-08-19 23:14:47 +0000
commitc6a4d3790fc33558d9af322dac15d2bd6d34ac0b (patch)
tree934e1d11b80c8529b23dcb07b626c5b81e8b156d /community/gloox/PKGBUILD
parent59eecef62ae9aa7dd391310f30293318f641c59c (diff)
Fri Aug 19 23:14:46 UTC 2011
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 045076658..df4c6569a 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)
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
}