Date: Monday, January 30, 2012 @ 13:51:38
  Author: ibiru
Revision: 148348

db-move: moved xawtv from [staging] to [testing] (i686)

Added:
  xawtv/repos/testing-i686/
  xawtv/repos/testing-i686/PKGBUILD
    (from rev 148047, xawtv/repos/staging-i686/PKGBUILD)
Deleted:
  xawtv/repos/staging-i686/

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

Copied: xawtv/repos/testing-i686/PKGBUILD (from rev 148047, 
xawtv/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-01-30 18:51:38 UTC (rev 148348)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Sarah Hay <[email protected]>
+# Contributor: Jason Chu <[email protected]>
+
+pkgname=xawtv
+pkgver=3.101
+pkgrel=2
+pkgdesc="A simple Xaw-based TV program which uses the bttv driver or 
video4linux"
+arch=('i686' 'x86_64')
+url="http://git.linuxtv.org/xawtv3.git";
+license=('GPL')
+depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 
'zvbi' 'libxinerama' 'lirc-utils' 'libxft' 'libxaw' 'xorg-fonts-misc' 
'libxxf86vm')
+makedepends=('mesa')
+source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
+md5sums=('330ce1789595e370be34ad4cae3dc3fa')
+                  
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  autoheader
+  ./configure --prefix=/usr --disable-motif --disable-quicktime
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to