28 lines
1 KiB
Text
28 lines
1 KiB
Text
# Template file for 'telepathy-gabble'
|
|
pkgname=telepathy-gabble
|
|
version=0.16.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
|
|
--enable-handle-leak-debug --disable-debug --disable-static"
|
|
makedepends="python pkg-config libxslt dbus-glib-devel libxml2-devel
|
|
sqlite-devel gnutls-devel>=3.1.5 telepathy-glib-devel libsoup-devel
|
|
libnice-devel ca-certificates"
|
|
short_desc="A Jabber/XMPP connection manager for Telepathy"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://telepathy.freedesktop.org"
|
|
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=a488113c23035bba33e9c6a7fa23f7a7af20cfa3b0395c59a1713a62617d62ff
|
|
long_desc="
|
|
Telepathy is a D-Bus framework for unifying real time communication,
|
|
including instant messaging, voice calls and video calls. It abstracts
|
|
differences between protocols to provide a unified interface for
|
|
applications."
|
|
|
|
telepathy-gabble_package() {
|
|
depends="ca-certificates"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|