summaryrefslogtreecommitdiffstats
path: root/base/libv4l/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/libv4l/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/libv4l/Pkgfile')
-rwxr-xr-xbase/libv4l/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/base/libv4l/Pkgfile b/base/libv4l/Pkgfile
deleted file mode 100755
index bf413a878..000000000
--- a/base/libv4l/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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/
-}