summaryrefslogtreecommitdiffstats
path: root/xorg/xtinyx
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-11-16 17:30:16 +0100
committertnut <thierryn1 at hispeed dot ch>2010-11-16 17:30:16 +0100
commit5764708b1e3b5471aa6dcdec743fd51ecf6d3574 (patch)
tree85ebb56905b0fe3bcee52f608a1613053c01c868 /xorg/xtinyx
parent176e06025ea5847d2359d6ba914c8a0a41d69b59 (diff)
downloadnutyx-pakxe-5764708b1e3b5471aa6dcdec743fd51ecf6d3574.tar.gz
nutyx-pakxe-5764708b1e3b5471aa6dcdec743fd51ecf6d3574.tar.bz2
nutyx-pakxe-5764708b1e3b5471aa6dcdec743fd51ecf6d3574.tar.xz
nutyx-pakxe-5764708b1e3b5471aa6dcdec743fd51ecf6d3574.zip
xtinyx, correction du nom
Diffstat (limited to 'xorg/xtinyx')
-rw-r--r--xorg/xtinyx/.footprint3
-rw-r--r--xorg/xtinyx/.md5sum1
-rw-r--r--xorg/xtinyx/Pkgfile16
3 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xtinyx/.footprint b/xorg/xtinyx/.footprint
new file mode 100644
index 000000000..14ecaef79
--- /dev/null
+++ b/xorg/xtinyx/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rws--x--x root/root usr/bin/Xvesa
diff --git a/xorg/xtinyx/.md5sum b/xorg/xtinyx/.md5sum
new file mode 100644
index 000000000..2ea212291
--- /dev/null
+++ b/xorg/xtinyx/.md5sum
@@ -0,0 +1 @@
+e77545ee8e81759b4078be78fa9d0912 Xtinyx.tgz
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
+}