summaryrefslogtreecommitdiffstats
path: root/xorg/xtinyx/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xtinyx/Pkgfile')
-rw-r--r--xorg/xtinyx/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/xorg/xtinyx/Pkgfile b/xorg/xtinyx/Pkgfile
deleted file mode 100644
index 62f1aba0d..000000000
--- a/xorg/xtinyx/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Petit serveur X de chez XFree86
-# URL: http://www.xfree86.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
-
-name=xtinyx
-version=4.6.0
-release=1
-source=(http://ftp.xfree86.org/pub/XFree86/$version/binaries/Linux-ix86-glibc23/Xtinyx.tgz)
-
-build() {
-mkdir -p $PKG/usr/bin
-cp bin/Xvesa $PKG/usr/bin
-chmod 4711 $PKG/usr/bin/Xvesa
-}