void-packages/srcpkgs/grilo/template

49 lines
1.6 KiB
Text
Raw Normal View History

2011-10-02 15:02:00 +00:00
# Template file for 'grilo'
pkgname=grilo
2013-09-19 13:08:32 +00:00
version=0.2.7
2013-09-26 22:08:45 +00:00
revision=2
build_style=gnu-configure
2012-11-08 22:11:40 +00:00
configure_args="--enable-vala --disable-static --libdir=/usr/lib"
2013-05-28 07:23:58 +00:00
hostmakedepends="pkg-config intltool gobject-introspection"
2013-09-26 22:08:45 +00:00
makedepends="vala-devel>=0.22 gtk+3-devel>=3.8 libxml2-devel
libsoup-devel>=2.44 liboauth-devel"
2011-10-02 15:02:00 +00:00
short_desc="Framework focused on making media discovery and browsing easy"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
2012-08-13 13:41:22 +00:00
homepage="http://live.gnome.org/Grilo"
2012-09-26 05:08:36 +00:00
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
2013-09-19 13:08:32 +00:00
checksum=4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d8
2011-10-02 15:02:00 +00:00
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."
2013-03-28 17:37:51 +00:00
pre_configure() {
# recognize vala>0.20
sed -e 's,vala-0.20,vala-0.22,g' -i configure
}
grilo-devel_package() {
2013-09-26 22:08:45 +00:00
depends="gtk+3-devel libxml2-devel libsoup-devel>=2.44 grilo-${version}_${revision}"
2013-05-28 07:23:29 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share/gir-1.0
vmove usr/lib/pkgconfig
vmove "usr/share/vala*/*"
2013-09-19 13:08:32 +00:00
vmove "usr/lib/*.so"
}
}
grilo_package() {
pkg_install() {
2013-09-19 13:08:32 +00:00
vmove all
}
}