30 lines
904 B
Text
30 lines
904 B
Text
# Template file for 'v4l-utils'
|
|
pkgname=v4l-utils
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
|
hostmakedepends="libtool which pkg-config"
|
|
makedepends="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@gmail.com>"
|
|
homepage="http://freshmeat.net/projects/libv4l"
|
|
license="GPL-2, LGPL-2.1"
|
|
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=9b658fbcaaf8127115316e07fea314aebc21dd6dc3491cd8753a768521c4b9af
|
|
|
|
pre_configure() {
|
|
libtoolize -f
|
|
}
|
|
|
|
v4l-utils-devel_package() {
|
|
depends="libjpeg-turbo-devel libsysfs-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|