core/telepathy-gabble/PKGBUILD

32 lines
887 B
Bash
Raw Normal View History

2013-01-26 02:23:52 +08:00
# maintainer abveritas[at]chakra-project[dot]org>
# contributor Giuseppe Calà <jiveaxe@gmail.com>
pkgname=telepathy-gabble
pkgver=0.17.5
pkgrel=1
pkgdesc="A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls."
2013-01-26 02:23:52 +08:00
arch=('x86_64')
url="http://telepathy.freedesktop.org/"
license=('GPL')
depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
makedepends=('libxslt' 'python2')
groups=('telepathy')
2013-04-04 19:23:00 +08:00
options=('!libtool' '!emptydirs')
install=telepathy-gabble.install
2013-01-26 02:23:52 +08:00
source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('57d7778e58f82a43dba1311cece0d4e3')
build() {
cd $pkgname-$pkgver
2013-01-26 02:23:52 +08:00
PYTHON=/usr/bin/python2
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy --with-tls=openssl
make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}