summaryrefslogtreecommitdiffstats
path: root/v4l-utils/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-07-14 17:21:46 +0200
committerpiernov <piernov@piernov.org>2012-08-06 15:43:17 +0200
commit85c6cb82d84e8f8d70ccb68ff44abba0da81d175 (patch)
treebf56e543d16f1fd837bf7ba6517ddae5d2c8c8c1 /v4l-utils/Pkgfile
parent0e6a1b44a5247843b6a7238ae2e0cd9870ee1655 (diff)
downloadnutyx-extra-85c6cb82d84e8f8d70ccb68ff44abba0da81d175.tar.gz
nutyx-extra-85c6cb82d84e8f8d70ccb68ff44abba0da81d175.tar.bz2
nutyx-extra-85c6cb82d84e8f8d70ccb68ff44abba0da81d175.tar.xz
nutyx-extra-85c6cb82d84e8f8d70ccb68ff44abba0da81d175.zip
v4l-utils 0.8.8-1 maj
(cherry picked from commit 8f0a8596432966b79670ef0bbf48a7c98b57234f)
Diffstat (limited to 'v4l-utils/Pkgfile')
-rwxr-xr-xv4l-utils/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/v4l-utils/Pkgfile b/v4l-utils/Pkgfile
index 9a4f6645b..f91d97d6d 100755
--- a/v4l-utils/Pkgfile
+++ b/v4l-utils/Pkgfile
@@ -6,13 +6,17 @@
# Run on: sysfsutils
name=v4l-utils
-version=0.8.4
+version=0.8.8
release=1
-source=(http://linuxtv.org/downloads/v4l-utils/$name-$version.tar.bz2)
+source=(http://linuxtv.org/downloads/v4l-utils/$name-$version.tar.bz2
+ http://linuxtv.org/downloads/v4l-utils/$name-$version.tar.bz2.asc)
build() {
cd $name-$version
sed -i 's|CFLAGS :=|CFLAGS ?=|' Make.rules
make LIBDIR="/usr/lib"
make install PREFIX="/usr" DESTDIR=$PKG/
+ rm -f $PKG/usr/bin/ivtv-ctl
+ mv $PKG/lib/udev $PKG/usr/lib/
+ rm -rf $PKG/lib
}