summaryrefslogtreecommitdiff
path: root/extra/libvdpau/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libvdpau/PKGBUILD')
-rw-r--r--extra/libvdpau/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/libvdpau/PKGBUILD b/extra/libvdpau/PKGBUILD
index 67ee93f18..c23c73b79 100644
--- a/extra/libvdpau/PKGBUILD
+++ b/extra/libvdpau/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id$
+# $Id: PKGBUILD 143891 2011-11-30 19:04:39Z andrea $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libvdpau
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Nvidia VDPAU library"
arch=(i686 x86_64 'mips64el')
-url=http://cgit.freedesktop.org/~aplattner/libvdpau
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
depends=('gcc-libs')
conflicts=('nvidia-utils<190.42-2')
-options=('!libtool' 'force')
+options=('!libtool')
license=('custom')
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
makedepends=('libx11')
@@ -19,6 +19,10 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"