summaryrefslogtreecommitdiff
path: root/testing/v4l-utils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/v4l-utils/PKGBUILD')
-rw-r--r--testing/v4l-utils/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/v4l-utils/PKGBUILD b/testing/v4l-utils/PKGBUILD
deleted file mode 100644
index ea035ac40..000000000
--- a/testing/v4l-utils/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 158069 2012-05-02 11:35:18Z tomegun $
-# Maintainer: Thomas Bächler <thomas@archlinux.org>
-pkgname=v4l-utils
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="Userspace tools and conversion library for Video 4 Linux"
-arch=('i686' 'x86_64')
-url="http://freshmeat.net/projects/libv4l"
-provides=("libv4l=$pkgver")
-replaces=('libv4l')
-conflicts=('libv4l')
-license=('LGPL')
-makedepends=('qt')
-optdepends=('qt')
-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)
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- sed -i 's|CFLAGS :=|CFLAGS ?=|' Make.rules
-
- make PREFIX="/usr"
-}
-
-package() {
- 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')