33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
# Template file for 'grilo'
|
|
pkgname=grilo
|
|
version=0.1.18
|
|
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=dc5bc1ea74ed3d47c4ec2d94886234346671509bdc63ce181f98824e7178ae83
|
|
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 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
|
|
}
|