summaryrefslogtreecommitdiffstats
path: root/xorg-xf86vidmodeproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xf86vidmodeproto/Pkgfile')
-rw-r--r--xorg-xf86vidmodeproto/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/xorg-xf86vidmodeproto/Pkgfile b/xorg-xf86vidmodeproto/Pkgfile
deleted file mode 100644
index d69dfbec0..000000000
--- a/xorg-xf86vidmodeproto/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: xorg proto xf86vidmodeproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-xf86vidmodeproto
-version=2.3.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2)
-
-build() {
- cd xf86vidmodeproto-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}