summaryrefslogtreecommitdiffstats
path: root/base/v4l-utils/Pkgfile
blob: 344774c73ec2919543eecedcee48ee3f42ad8c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Librairie pour video 4 linux
# URL: http://freshmeat.net/projects/libv4l
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on:

name=v4l-utils
version=0.8.3
release=1
source=(http://linuxtv.org/downloads/v4l-utils/$name-$version.tar.bz2)

build() {
	cd $name-$version
	sed -i 's|CFLAGS :=|CFLAGS ?=|' Make.rules
	make LIBDIR="/usr/lib"
	make install PREFIX="/usr" DESTDIR=$PKG/
}