28 lines
978 B
Text
28 lines
978 B
Text
# Template file for 'libgdata'
|
|
pkgname=libgdata
|
|
version=0.6.6
|
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Library for accessing GData webservices"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=cf6de3b60443faaf8e9c3b4c4b160c22a48df7925c1c793a7bb71d3d746f69f5
|
|
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="gir-gdata $pkgname-devel"
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run glib
|
|
Add_dependency run libxml2
|
|
Add_dependency run libsoup
|
|
Add_dependency run libsoup-gnome
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build flex
|
|
Add_dependency build gobject-introspection
|
|
Add_dependency build glib-devel
|
|
Add_dependency build libxml2-devel
|
|
Add_dependency build libsoup-devel
|
|
Add_dependency build libsoup-gnome-devel
|