diff options
Diffstat (limited to 'abs/core-testing/vdpauinfo')
-rw-r--r-- | abs/core-testing/vdpauinfo/PKGBUILD | 24 | ||||
-rw-r--r-- | abs/core-testing/vdpauinfo/__changelog | 2 |
2 files changed, 0 insertions, 26 deletions
diff --git a/abs/core-testing/vdpauinfo/PKGBUILD b/abs/core-testing/vdpauinfo/PKGBUILD deleted file mode 100644 index 35e8419..0000000 --- a/abs/core-testing/vdpauinfo/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Contributor: Nathan Harris -pkgname=vdpauinfo -pkgver=0.0.6 -pkgrel=5 -pkgdesc="NVIDIA VDPAU capability query utility" -arch=('i686' 'x86_64') -url="url=http://cgit.freedesktop.org/~aplattner/vdpauinfo" -license=('custom') -depends=('libvdpau' 'xorg-server') -makedepends=('gcc' 'autoconf' 'make') -optdepends=(nvidia-utils) -install=() -source=(http://cgit.freedesktop.org/~aplattner/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz) -#md5sums=('d5aff9786b44ac5c70b5dd6faea37a67') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - autoreconf -i || return 1 - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 - install -D -m644 $srcdir/$pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/license || return 1 -} -md5sums=('9f9d387ab981b7a7e4460c70e7bab402') diff --git a/abs/core-testing/vdpauinfo/__changelog b/abs/core-testing/vdpauinfo/__changelog deleted file mode 100644 index 3acad6e..0000000 --- a/abs/core-testing/vdpauinfo/__changelog +++ /dev/null @@ -1,2 +0,0 @@ -made nvidia-utils an optional dep. Otherwise this program could drag in the nividia drivers when we don't want them. - |