summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:42 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:42 +0200
commit18f514e1356ed06f6d02d3706abd37acfb2a5bdc (patch)
tree2547282bbaef098104c498b2b6143a26523c2501 /xorg
parent2ed77896e4f6b488db6a12c5009567bc5174a9d9 (diff)
downloadnutyx-extra-18f514e1356ed06f6d02d3706abd37acfb2a5bdc.tar.gz
nutyx-extra-18f514e1356ed06f6d02d3706abd37acfb2a5bdc.tar.bz2
nutyx-extra-18f514e1356ed06f6d02d3706abd37acfb2a5bdc.tar.xz
nutyx-extra-18f514e1356ed06f6d02d3706abd37acfb2a5bdc.zip
xorg-luit dans extra
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-luit/.footprint.i6867
-rw-r--r--xorg/xorg-luit/.footprint.x86_647
-rw-r--r--xorg/xorg-luit/.md5sum.i6861
-rw-r--r--xorg/xorg-luit/.md5sum.x86_641
-rw-r--r--xorg/xorg-luit/Pkgfile18
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-luit/.footprint.i686 b/xorg/xorg-luit/.footprint.i686
deleted file mode 100644
index 8c5af3d4c..000000000
--- a/xorg/xorg-luit/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/luit
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/luit.1.gz
diff --git a/xorg/xorg-luit/.footprint.x86_64 b/xorg/xorg-luit/.footprint.x86_64
deleted file mode 100644
index 8c5af3d4c..000000000
--- a/xorg/xorg-luit/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/luit
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/luit.1.gz
diff --git a/xorg/xorg-luit/.md5sum.i686 b/xorg/xorg-luit/.md5sum.i686
deleted file mode 100644
index fe23d2c9b..000000000
--- a/xorg/xorg-luit/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-cb9377b09e562e4084cc614a44df2641 luit-1.1.0.tar.bz2
diff --git a/xorg/xorg-luit/.md5sum.x86_64 b/xorg/xorg-luit/.md5sum.x86_64
deleted file mode 100644
index fe23d2c9b..000000000
--- a/xorg/xorg-luit/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-cb9377b09e562e4084cc614a44df2641 luit-1.1.0.tar.bz2
diff --git a/xorg/xorg-luit/Pkgfile b/xorg/xorg-luit/Pkgfile
deleted file mode 100644
index 8af4710be..000000000
--- a/xorg/xorg-luit/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Permet le filtrage pour l'affichage et la convertion des caractères utf-8 dans la console X
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-server
-# Run on:
-
-name=xorg-luit
-version=1.1.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/luit-$version.tar.bz2)
-
-build() {
- cd luit-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}