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