void-packages/srcpkgs/telepathy-gabble/template

30 lines
1.1 KiB
Plaintext

# Template file for 'telepathy-gabble'
pkgname=telepathy-gabble
version=0.17.5
revision=1
build_style=gnu-configure
configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
--enable-handle-leak-debug --disable-debug --disable-static"
hostmakedepends="python pkg-config libxslt"
makedepends="glib-devel 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=df9e2d10d193f3b3c8daef62beb06c31e5bbf6d18b305a12ed292166979aea4e
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 all
}
}