void-packages/srcpkgs/qv4l2/template

22 lines
705 B
Bash
Raw Normal View History

2014-02-28 07:45:30 -01:00
# Template file for 'qv4l2'
pkgname=qv4l2
2015-05-07 07:55:16 +00:00
version=1.6.3
2014-02-28 07:45:30 -01:00
revision=1
wrksrc="v4l-utils-${version}"
build_style=gnu-configure
configure_args="--enable-qv4l2 --with-udevdir=/usr/lib/udev"
2014-11-24 15:43:36 -01:00
hostmakedepends="pkg-config"
makedepends="libjpeg-turbo-devel libsysfs-devel qt-devel"
2014-02-28 07:45:30 -01:00
depends="hicolor-icon-theme desktop-file-utils"
short_desc="QT v4l2 control panel application"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-02-28 07:45:30 -01:00
homepage="http://freshmeat.net/projects/libv4l"
license="GPL-2, LGPL-2.1"
distfiles="http://linuxtv.org/downloads/v4l-utils/v4l-utils-${version}.tar.bz2"
2015-05-07 07:55:16 +00:00
checksum=164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c
2014-02-28 07:45:30 -01:00
do_install() {
cd utils/qv4l2
make DESTDIR=${DESTDIR} install
}