summaryrefslogtreecommitdiff
path: root/community/gloox/PKGBUILD
blob: df4c6569a0458fdaf620cbb6e1bfca0eeaf18171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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=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
}