void-packages/srcpkgs/grilo/template

36 lines
1.3 KiB
Plaintext

# Template file for 'grilo'
pkgname=grilo
version=0.1.17
revision=2
homepage="http://live.gnome.org/Grilo"
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="Framework focused on making media discovery and browsing easy"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf
long_desc="
More precisely, Grilo provides:
* A single, high-level API that abstracts the differences among various
media content providers, allowing application developers to integrate
content from various services and sources easily.
* A collection of plugins for accessing content from various media providers.
Developers can share efforts and code by writing plugins for the framework
that are application agnostic.
* A flexible API that allows plugin developers to write plugins of various kinds."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build gobject-introspection
Add_dependency build vala-devel
Add_dependency build gtk+3-devel
Add_dependency build libxml2-devel
Add_dependency build libsoup-devel
post_install() {
mv ${DESTDIR}/usr/share/vala-0.14 ${DESTDIR}/usr/share/vala
}