summaryrefslogtreecommitdiffstats
path: root/base/v4l-utils/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-27 12:24:36 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-27 12:24:36 +0100
commit83883108d85f9fba89b231b3c31913b199ccf9d4 (patch)
treeaec75ffc6d9794db1478a6cb3086e089c6375b62 /base/v4l-utils/Pkgfile
parent4dcc41a3b28c266327011f0e42d779b54fd993b6 (diff)
downloadnutyx-pakxe-83883108d85f9fba89b231b3c31913b199ccf9d4.tar.gz
nutyx-pakxe-83883108d85f9fba89b231b3c31913b199ccf9d4.tar.bz2
nutyx-pakxe-83883108d85f9fba89b231b3c31913b199ccf9d4.tar.xz
nutyx-pakxe-83883108d85f9fba89b231b3c31913b199ccf9d4.zip
libv4l remplacé par v4l-utils
Diffstat (limited to 'base/v4l-utils/Pkgfile')
-rwxr-xr-xbase/v4l-utils/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/base/v4l-utils/Pkgfile b/base/v4l-utils/Pkgfile
new file mode 100755
index 000000000..344774c73
--- /dev/null
+++ b/base/v4l-utils/Pkgfile
@@ -0,0 +1,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/
+}