summaryrefslogtreecommitdiffstats
path: root/base/libvdpau/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-05 09:01:47 +0200
committersibel <lesibel@free.fr>2010-09-05 09:01:47 +0200
commite7bdf6b63f6d5090ef250b42360fbf35050b4f22 (patch)
treeafd58d587fb4a2867198efd0ce29051cedaf3e65 /base/libvdpau/Pkgfile
parent90bece5c485c599bb20fe09428bf83989870bd92 (diff)
downloadnutyx-pakxe-e7bdf6b63f6d5090ef250b42360fbf35050b4f22.tar.gz
nutyx-pakxe-e7bdf6b63f6d5090ef250b42360fbf35050b4f22.tar.bz2
nutyx-pakxe-e7bdf6b63f6d5090ef250b42360fbf35050b4f22.tar.xz
nutyx-pakxe-e7bdf6b63f6d5090ef250b42360fbf35050b4f22.zip
Ajout de libvdpau#0.4-1
Diffstat (limited to 'base/libvdpau/Pkgfile')
-rwxr-xr-xbase/libvdpau/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/base/libvdpau/Pkgfile b/base/libvdpau/Pkgfile
new file mode 100755
index 000000000..081aa4bd2
--- /dev/null
+++ b/base/libvdpau/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Nvidia VDPAU lib
+# URL: http://cgit.freedesktop.org/~aplattner/libvdpau
+# Maintainer: NutyX core team
+# Packager: lesibel at free dot fr
+# Depends on:
+
+name=libvdpau
+version=0.4
+release=1
+
+source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz )
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+ make -j5
+ make DESTDIR=$PKG install
+
+ install -d -m755 $PKG/usr/share/licenses/$name
+ install -m644 COPYING $PKG/usr/share/licenses/$name
+}