diff options
Diffstat (limited to 'xorg-luit')
-rw-r--r-- | xorg-luit/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg-luit/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg-luit/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg-luit/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg-luit/Pkgfile | 18 |
5 files changed, 34 insertions, 0 deletions
diff --git a/xorg-luit/.footprint.i686 b/xorg-luit/.footprint.i686 new file mode 100644 index 000000000..8c5af3d4c --- /dev/null +++ b/xorg-luit/.footprint.i686 @@ -0,0 +1,7 @@ +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-luit/.footprint.x86_64 b/xorg-luit/.footprint.x86_64 new file mode 100644 index 000000000..8c5af3d4c --- /dev/null +++ b/xorg-luit/.footprint.x86_64 @@ -0,0 +1,7 @@ +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-luit/.md5sum.i686 b/xorg-luit/.md5sum.i686 new file mode 100644 index 000000000..fe23d2c9b --- /dev/null +++ b/xorg-luit/.md5sum.i686 @@ -0,0 +1 @@ +cb9377b09e562e4084cc614a44df2641 luit-1.1.0.tar.bz2 diff --git a/xorg-luit/.md5sum.x86_64 b/xorg-luit/.md5sum.x86_64 new file mode 100644 index 000000000..fe23d2c9b --- /dev/null +++ b/xorg-luit/.md5sum.x86_64 @@ -0,0 +1 @@ +cb9377b09e562e4084cc614a44df2641 luit-1.1.0.tar.bz2 diff --git a/xorg-luit/Pkgfile b/xorg-luit/Pkgfile new file mode 100644 index 000000000..8af4710be --- /dev/null +++ b/xorg-luit/Pkgfile @@ -0,0 +1,18 @@ +# 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 +} |