desktop/telepathy-gabble/PKGBUILD

34 lines
913 B
Bash
Raw Normal View History

2011-05-01 01:58:31 +08:00
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=telepathy-gabble
pkgver=0.14.1
pkgrel=1
2011-05-01 01:58:31 +08:00
pkgdesc="A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls."
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org/"
license=('GPL')
depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
makedepends=('libxslt' 'python2')
install=telepathy-gabble.install
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('f6dfcd3da49eb6a558085fc917cdbdd4')
2011-05-01 01:58:31 +08:00
build() {
cd $pkgname-$pkgver
2011-06-17 06:33:42 +08:00
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy --with-tls=openssl
make
}
2011-05-01 01:58:31 +08:00
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
2011-05-01 01:58:31 +08:00
}