summaryrefslogtreecommitdiff
path: root/community-testing/gloox/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/gloox/PKGBUILD')
-rw-r--r--community-testing/gloox/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/community-testing/gloox/PKGBUILD b/community-testing/gloox/PKGBUILD
deleted file mode 100644
index bd6adf0e1..000000000
--- a/community-testing/gloox/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 53716 2011-08-07 21:42:08Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: William Rea <sillywilly@gmail.com>
-
-pkgname=gloox
-pkgver=1.0
-pkgrel=2
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(i686 x86_64)
-url="http://camaya.net/gloox"
-options=('!libtool')
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('f8eacf1c6476e0a309b453fd04f90e31')
-
-build() {
- cd $startdir/src/gloox-$pkgver
- ./configure --prefix=/usr
- make
- make DESTDIR=$startdir/pkg install
-}