void-packages/srcpkgs/v4l-utils/template

31 lines
878 B
Text
Raw Normal View History

2011-08-25 08:48:36 +00:00
# Template file for 'v4l-utils'
pkgname=v4l-utils
2014-11-24 16:41:53 +00:00
version=1.6.2
2014-07-03 10:50:37 +00:00
revision=1
2013-05-04 16:39:25 +00:00
build_style=gnu-configure
configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
2014-11-24 16:41:53 +00:00
hostmakedepends="libtool pkg-config"
makedepends="libjpeg-turbo-devel libsysfs-devel"
conf_files="/etc/rc_maps.cfg"
2011-08-25 08:48:36 +00:00
short_desc="Userspace tools and libraries for Video 4 Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://freshmeat.net/projects/libv4l"
license="GPL-2, LGPL-2.1"
2012-07-09 21:40:55 +00:00
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
2014-11-24 16:41:53 +00:00
checksum=d3d6eb1f0204fb11f3d318bfca35d5f73cc077f88fac7665a47856a16496be7d
pre_configure() {
libtoolize -f
2011-08-25 08:48:36 +00:00
}
v4l-utils-devel_package() {
2014-11-24 16:41:53 +00:00
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
2013-05-04 16:39:25 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}