summaryrefslogtreecommitdiffstats
path: root/base/libv4l/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-04 19:46:10 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-04 19:46:10 +0100
commitb0c149a2a41bfd41f85d8cb5b1927abd5d817750 (patch)
tree9c5161a8a81d2506a72d8ab9fd0682498c329fa0 /base/libv4l/Pkgfile
parent067ad94da9004928a4e9c3d8a9e4e5ee94d7534b (diff)
parente1f5f7364a7aa1504b55d11f906ad16366077daf (diff)
downloadnutyx-extra-b0c149a2a41bfd41f85d8cb5b1927abd5d817750.tar.gz
nutyx-extra-b0c149a2a41bfd41f85d8cb5b1927abd5d817750.tar.bz2
nutyx-extra-b0c149a2a41bfd41f85d8cb5b1927abd5d817750.tar.xz
nutyx-extra-b0c149a2a41bfd41f85d8cb5b1927abd5d817750.zip
Merge commit 'lesibel/master'
Diffstat (limited to 'base/libv4l/Pkgfile')
-rwxr-xr-xbase/libv4l/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/base/libv4l/Pkgfile b/base/libv4l/Pkgfile
new file mode 100755
index 000000000..bf413a878
--- /dev/null
+++ b/base/libv4l/Pkgfile
@@ -0,0 +1,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/
+}