void-packages/srcpkgs/libsocialweb/template

43 lines
1.4 KiB
Text
Raw Normal View History

2011-09-29 09:51:22 +00:00
# Template file for 'libsocialweb'
pkgname=libsocialweb
2013-09-26 17:24:21 +00:00
version=0.25.21
revision=1
build_style=gnu-configure
2011-09-29 09:51:22 +00:00
configure_args="--enable-all-services=yes --with-online=always
--enable-vala-bindings"
hostmakedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection"
2013-09-26 17:24:21 +00:00
makedepends="vala-devel rest-devel>=0.7.90 dbus-glib-devel libgnome-keyring-devel
GConf-devel json-glib-devel libsoup-gnome-devel>=2.44"
2011-09-29 09:51:22 +00:00
short_desc="A personal social data server"
2013-03-31 08:12:00 +00:00
homepage="http://gnome.org"
license="LGPL-2.1"
2011-09-29 09:51:22 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${GNOME_SITE}/$pkgname/0.25/$pkgname-$version.tar.xz"
2013-09-26 17:24:21 +00:00
checksum=f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687
2011-09-29 09:51:22 +00:00
long_desc="
libfolks is a library that aggregates people from multiple sources (eg,
Telepathy connection managers and eventually evolution data server, Facebook,
etc.) to create metacontacts. It's written in Vala (in part to evaluate Vala).
The initial goal is for GObject/C support, though the Vala bindings should
basically automatic."
libsocialweb-devel_package() {
2013-09-26 17:24:21 +00:00
depends="dbus-glib-devel rest-devel>=0.7.90 libsoup-gnome-devel>=2.44 libsocialweb>=${version}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
vmove usr/share/vala
2013-09-26 17:24:21 +00:00
vmove "usr/lib/*.so"
}
}
2011-09-29 09:51:22 +00:00
libsocialweb_package() {
2013-09-26 17:24:21 +00:00
depends="rest>=0.7.90 libsoup-gnome>=2.44"
pkg_install() {
2013-09-26 17:24:21 +00:00
vmove all
}
}