summaryrefslogtreecommitdiffstats
path: root/base/libvdpau/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libvdpau/Pkgfile')
-rwxr-xr-xbase/libvdpau/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/libvdpau/Pkgfile b/base/libvdpau/Pkgfile
deleted file mode 100755
index 90b77fa63..000000000
--- a/base/libvdpau/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Nvidia VDPAU lib
-# URL: http://cgit.freedesktop.org/~aplattner/libvdpau
-# Maintainer: NutyX core team
-# Packager: lesibel at free dot fr
-# Depends on: xorg-libx11
-
-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
- make DESTDIR=$PKG install
-
- install -d -m755 $PKG/usr/share/licenses/$name
- install -m644 COPYING $PKG/usr/share/licenses/$name
-}