Date: Monday, January 30, 2012 @ 13:51:39
  Author: ibiru
Revision: 148349

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

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

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

Copied: xawtv/repos/testing-x86_64/PKGBUILD (from rev 148047, 
xawtv/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-01-30 18:51:39 UTC (rev 148349)
@@ -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