[arch-commits] Commit in (libv4l libv4l/repos libv4l/trunk libv4l/trunk/PKGBUILD)

Thomas Baechler thomas at archlinux.org
Sun Oct 26 10:29:41 UTC 2008


    Date: Sunday, October 26, 2008 @ 06:29:41
  Author: thomas
Revision: 17161

Commit PKGBUILD. The source server is down, thus I have to build later and the md5sum is incorrect as well.

Added:
  libv4l/
  libv4l/repos/
  libv4l/trunk/
  libv4l/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Added: libv4l/trunk/PKGBUILD
===================================================================
--- libv4l/trunk/PKGBUILD	                        (rev 0)
+++ libv4l/trunk/PKGBUILD	2008-10-26 10:29:41 UTC (rev 17161)
@@ -0,0 +1,19 @@
+# $Id: $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+pkgname=libv4l
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Userspace library for Video 4 Linux (1 and 2)"
+arch=('i686' 'x86_64')
+url="http://hansdegoede.livejournal.com/3636.html"
+license=('LGPL')
+depends=('glibc')
+source=(http://people.atrpms.net/~hdegoede/$pkgname-$pkgver.tar.gz)
+md5sums=('8a845c932387831bf87a5ac336c4fd67')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make || return 1
+  make install PREFIX="/usr" DESTDIR="$pkgdir/"
+}




More information about the arch-commits mailing list