summaryrefslogtreecommitdiffstats
path: root/acompiler/xorg-xf86-video-vesa/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'acompiler/xorg-xf86-video-vesa/Pkgfile')
-rw-r--r--acompiler/xorg-xf86-video-vesa/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/acompiler/xorg-xf86-video-vesa/Pkgfile b/acompiler/xorg-xf86-video-vesa/Pkgfile
deleted file mode 100644
index d762006e4..000000000
--- a/acompiler/xorg-xf86-video-vesa/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: xorg driver xf86-video-vesa
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-server
-
-name=xorg-xf86-video-vesa
-version=2.3.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-$version.tar.bz2)
-
-build() {
- cd xf86-video-vesa-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}