[arch-commits] Commit in v4l-utils/trunk (PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Wed May 2 11:34:56 UTC 2012


    Date: Wednesday, May 2, 2012 @ 07:34:56
  Author: tomegun
Revision: 158068

upgpkg: v4l-utils 0.8.8-1

move /lib/* to /usr/lib/

Modified:
  v4l-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-02 11:14:40 UTC (rev 158067)
+++ PKGBUILD	2012-05-02 11:34:56 UTC (rev 158068)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=v4l-utils
-pkgver=0.8.6
+pkgver=0.8.8
 pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux"
 arch=('i686' 'x86_64')
@@ -15,8 +15,6 @@
 depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
         http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
-sha256sums=('3a53ac6348363bbdc94ea11ca48dadc0342a579384a910f6c956b6a185f0c20f'
-            '3c2613c77dd68e94ac9eb2b2e856b94e3d3cea57f5de054b95150cbc905b1f18')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -30,4 +28,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make install PREFIX="/usr" DESTDIR="${pkgdir}/"
   rm -f "${pkgdir}/usr/bin/ivtv-ctl"
+  mv "${pkgdir}/lib/udev" "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
 }
+md5sums=('40fdda3f4055ed818012d7a7b5ef5be5'
+         'cceb1325f35789c95f875b705b3eb373')




More information about the arch-commits mailing list