summaryrefslogtreecommitdiffstats
path: root/extra/vdpauinfo/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/vdpauinfo/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/vdpauinfo/Pkgfile')
-rwxr-xr-xextra/vdpauinfo/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/vdpauinfo/Pkgfile b/extra/vdpauinfo/Pkgfile
deleted file mode 100755
index 87a544a41..000000000
--- a/extra/vdpauinfo/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Permet de récupérer les informations d'un périphérique VDPAU
-# URL: http://cgit.freedesktop.org/~aplattner/vdpauinfo
-# Maintainer: NutyX core team
-# Packager: piernov <piernov@piernov.org>
-# Depends on: libvdpau
-# Run on: libvdpau
-
-name=vdpauinfo
-version=0.0.6
-release=1
-
-source=(http://cgit.freedesktop.org/~aplattner/$name/snapshot/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- autoreconf -fi
- ./configure --prefix=/usr \
- VDPAU_CFLAGS=-I/usr/include \
- VDPAU_LIBS=-lvdpau LIBS=-lX11
- make
- make DESTDIR=$PKG install
-
- install -d -m755 $PKG/usr/share/licenses/$name
- install -m644 LICENSE $PKG/usr/share/licenses/$name
-}