summaryrefslogtreecommitdiffstats
path: root/xorg/xtinyx/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xtinyx/Pkgfile')
-rw-r--r--xorg/xtinyx/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/xorg/xtinyx/Pkgfile b/xorg/xtinyx/Pkgfile
new file mode 100644
index 000000000..554082e47
--- /dev/null
+++ b/xorg/xtinyx/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Petit serveur X de chez XFree86
+# URL: http://www.xfree86.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends 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
+}