diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-16 17:22:12 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-16 17:22:12 +0100 |
commit | 3d534de88c6a6d1dcdd93ca1e20ef44bd9473072 (patch) | |
tree | 142b9cb86b668209a304b11a549b66e4bb2efab3 /xorg | |
parent | 38f9d267a40c2702741d230557b99ae52e13ac87 (diff) | |
download | nutyx-extra-3d534de88c6a6d1dcdd93ca1e20ef44bd9473072.tar.gz nutyx-extra-3d534de88c6a6d1dcdd93ca1e20ef44bd9473072.tar.bz2 nutyx-extra-3d534de88c6a6d1dcdd93ca1e20ef44bd9473072.tar.xz nutyx-extra-3d534de88c6a6d1dcdd93ca1e20ef44bd9473072.zip |
xtiny, nouveau port 4.6.0-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xtiny/.footprint | 3 | ||||
-rw-r--r-- | xorg/xtiny/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xtiny/Pkgfile | 16 |
3 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xtiny/.footprint b/xorg/xtiny/.footprint new file mode 100644 index 000000000..14ecaef79 --- /dev/null +++ b/xorg/xtiny/.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/xtiny/.md5sum b/xorg/xtiny/.md5sum new file mode 100644 index 000000000..2ea212291 --- /dev/null +++ b/xorg/xtiny/.md5sum @@ -0,0 +1 @@ +e77545ee8e81759b4078be78fa9d0912 Xtinyx.tgz diff --git a/xorg/xtiny/Pkgfile b/xorg/xtiny/Pkgfile new file mode 100644 index 000000000..554082e47 --- /dev/null +++ b/xorg/xtiny/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 +} |