summaryrefslogtreecommitdiffstats
path: root/base/libv4l/Pkgfile
blob: bf413a87829a7898214e9184a1b1a6e3d432f465 (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://hansdegoede.livejournal.com/3636.html
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on:

name=libv4l
version=0.6.4
release=1
source=(http://people.fedoraproject.org/~jwrdegoede/$name-$version.tar.gz)

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