void-packages/srcpkgs/libgdata/template
2012-03-21 09:35:29 +01:00

27 lines
966 B
Plaintext

# Template file for 'libgdata'
pkgname=libgdata
version=0.11.1
homepage="http://live.gnome.org/libgdata"
distfiles="${GNOME_SITE}/$pkgname/0.11/$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=ec96788b641f357745646b5645196787bf002182c95298ae80b84b935c69759b
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