2011-10-02 15:02:00 +00:00
|
|
|
# Template file for 'grilo'
|
|
|
|
pkgname=grilo
|
2015-02-18 08:25:52 +00:00
|
|
|
version=0.2.12
|
2014-02-19 08:45:14 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2015-02-18 08:32:43 +00:00
|
|
|
configure_args="--disable-static --disable-vala $(vopt_enable gir introspection)"
|
2015-02-18 08:25:52 +00:00
|
|
|
hostmakedepends="libtool pkg-config intltool
|
2015-02-18 08:32:43 +00:00
|
|
|
$(vopt_if gir 'vala-devel>=0.26 gobject-introspection')"
|
2015-02-18 08:25:52 +00:00
|
|
|
makedepends="gtk+3-devel libxml2-devel libsoup-devel liboauth-devel totem-pl-parser-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"
|
2015-02-18 08:25:52 +00:00
|
|
|
checksum=55b4663550bc8185f8db232e96b9ba99fbfa9175e31e7321fa5ccaacf3617b85
|
2011-10-02 15:02:00 +00:00
|
|
|
|
2014-02-19 08:45:14 +00:00
|
|
|
# Package build options
|
|
|
|
build_options="gir"
|
|
|
|
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
|
|
|
|
2013-09-19 13:12:27 +00:00
|
|
|
pre_configure() {
|
2014-02-19 08:45:14 +00:00
|
|
|
libtoolize -f
|
2013-09-19 13:12:27 +00:00
|
|
|
}
|
|
|
|
|
2013-04-12 13:11:12 +00:00
|
|
|
grilo-devel_package() {
|
2015-02-18 08:25:52 +00:00
|
|
|
depends="${makedepends} grilo>=${version}_${revision}"
|
2013-05-28 07:23:29 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 13:11:12 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
2014-02-19 08:45:14 +00:00
|
|
|
if [ "$build_option_gir" ]; then
|
2015-02-18 08:32:43 +00:00
|
|
|
#vmove "usr/share/vala*/*"
|
2014-02-19 08:45:14 +00:00
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-04-12 13:11:12 +00:00
|
|
|
vmove usr/lib/pkgconfig
|
2013-09-19 13:08:32 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 13:11:12 +00:00
|
|
|
}
|
|
|
|
}
|