grilo: fix for libtool>=2.4.6

This commit is contained in:
Jürgen Buchmüller 2015-10-25 06:34:37 +01:00
parent 213fbc70c6
commit b285cdd887

View file

@ -1,11 +1,11 @@
# Template file for 'grilo'
pkgname=grilo
version=0.2.13
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static --disable-vala $(vopt_enable gir introspection)"
hostmakedepends="libtool pkg-config intltool
$(vopt_if gir 'vala-devel gobject-introspection')"
hostmakedepends="automake libtool pkg-config gettext-devel intltool gnome-common
vala-devel gobject-introspection"
makedepends="gtk+3-devel libxml2-devel libsoup-devel liboauth-devel totem-pl-parser-devel"
short_desc="Framework focused on making media discovery and browsing easy"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -23,7 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then
fi
pre_configure() {
libtoolize -f
autoreconf -if
}
grilo-devel_package() {