21 lines
702 B
Text
21 lines
702 B
Text
# Template file for 'qv4l2'
|
|
pkgname=qv4l2
|
|
version=1.6.2
|
|
revision=1
|
|
wrksrc="v4l-utils-${version}"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-qv4l2 --with-udevdir=/usr/lib/udev"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libjpeg-turbo-devel libsysfs-devel qt-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
short_desc="QT v4l2 control panel application"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://freshmeat.net/projects/libv4l"
|
|
license="GPL-2, LGPL-2.1"
|
|
distfiles="http://linuxtv.org/downloads/v4l-utils/v4l-utils-${version}.tar.bz2"
|
|
checksum=d3d6eb1f0204fb11f3d318bfca35d5f73cc077f88fac7665a47856a16496be7d
|
|
|
|
do_install() {
|
|
cd utils/qv4l2
|
|
make DESTDIR=${DESTDIR} install
|
|
}
|