void-packages/srcpkgs/libgdata/template
2012-04-04 08:22:22 +02:00

27 lines
966 B
Plaintext

# Template file for 'libgdata'
pkgname=libgdata
version=0.12.0
homepage="http://live.gnome.org/libgdata"
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="Library for accessing GData webservices"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=e5acd1ca88433306e740fc4cb3836f9710358d0acd48d4ddee1876dd77d2aca3
long_desc="
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol — most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build flex
Add_dependency build intltool
Add_dependency build gobject-introspection
Add_dependency build glib-devel
Add_dependency build gtk+3-devel
Add_dependency build libsoup-gnome-devel
Add_dependency build liboauth-devel
Add_dependency build libgnome-keyring-devel