v4l-utils: fix for libtool>=2.4.6

This commit is contained in:
Jürgen Buchmüller 2015-10-23 11:20:30 +02:00
parent b3a7970bfa
commit 07fd8e0b97

View file

@ -1,12 +1,12 @@
# Template file for 'v4l-utils'
pkgname=v4l-utils
version=1.8.1
revision=1
revision=2
build_pie=yes
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --disable-qv4l2 --with-udevdir=/usr/lib/udev"
hostmakedepends="libtool pkg-config"
makedepends="libjpeg-turbo-devel libsysfs-devel"
hostmakedepends="automake libtool pkg-config"
makedepends="gettext-devel libjpeg-turbo-devel libsysfs-devel"
conf_files="/etc/rc_maps.cfg"
short_desc="Userspace tools and libraries for Video 4 Linux"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -23,7 +23,7 @@ case "$XBPS_TARGET_MACHINE" in
esac
pre_configure() {
libtoolize -f
autoreconf -if
}
v4l-utils-devel_package() {