void-packages/srcpkgs/telepathy-qt/template

36 lines
1.1 KiB
Bash

# Template file for 'telepathy-qt'
pkgname=telepathy-qt
version=0.9.7
revision=1
build_style=cmake
configure_args="-DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF"
hostmakedepends="pkg-config"
makedepends="qt-devel telepathy-farstream-devel telepathy-glib-devel gstreamer1-devel"
short_desc="Qt4 bindings for the Telepathy D-Bus protocol"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://telepathy.freedesktop.org/"
distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=21bad30be7ebc4ba667d53d92cd1cec1be23114103f2149404d9740721693d4f
CXXFLAGS="-D_DEFAULT_SOURCE"
subpackages="telepathy-qt-farstream telepathy-qt-devel"
telepathy-qt-farstream_package() {
depends="telepathy-qt>=${version}_${revision}"
pkg_install() {
vmove usr/lib/pkgconfig/TelepathyQt4Farstream.pc
vmove usr/lib/*-farstream.so.*
}
}
telepathy-qt-devel_package() {
depends="telepathy-qt>=${version}_${revision} telepathy-qt-farstream>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake/TelepathyQt4*
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}