[arch-commits] Commit in (4 files)

Jan de Groot jgc at archlinux.org
Mon Oct 25 09:21:16 UTC 2010


    Date: Monday, October 25, 2010 @ 05:21:16
  Author: jgc
Revision: 96869

Add xvinfo app

Added:
  xorg-xvinfo/
  xorg-xvinfo/repos/
  xorg-xvinfo/trunk/
  xorg-xvinfo/trunk/PKGBUILD

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

Added: xorg-xvinfo/trunk/PKGBUILD
===================================================================
--- xorg-xvinfo/trunk/PKGBUILD	                        (rev 0)
+++ xorg-xvinfo/trunk/PKGBUILD	2010-10-25 09:21:16 UTC (rev 96869)
@@ -0,0 +1,23 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xvinfo
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2)
+sha1sums=('8695bfb597dbf3ed8e3277fddda4722da21baaa3')
+
+build() {
+  cd "${srcdir}/xvinfo-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list