[arch-commits] Commit in (4 files)

Timothy Redaelli tredaelli at archlinux.org
Tue Jan 27 10:00:37 UTC 2015


    Date: Tuesday, January 27, 2015 @ 11:00:37
  Author: tredaelli
Revision: 126629

New package: vdpauinfo

Added:
  vdpauinfo/
  vdpauinfo/repos/
  vdpauinfo/trunk/
  vdpauinfo/trunk/PKGBUILD

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

Added: vdpauinfo/trunk/PKGBUILD
===================================================================
--- vdpauinfo/trunk/PKGBUILD	                        (rev 0)
+++ vdpauinfo/trunk/PKGBUILD	2015-01-27 10:00:37 UTC (rev 126629)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Aaron Plattner <aplattner at nvidia.com>
+# Contributor: Bart Verhoeven <bartverhoeven at live.com>
+
+pkgname=vdpauinfo
+pkgver=0.9
+pkgrel=1
+pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
+arch=('i686' 'x86_64')
+url="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
+license=('custom')
+depends=('libvdpau' 'libx11')
+source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz"
+        "http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz.sig")
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner at nvidia.com>
+sha256sums=('a040fe3682db4cb6076179185a68559a62b908cd01f0aee086838eaf2923c8e3'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir"/$pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/license
+}


Property changes on: vdpauinfo/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list