diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:19:50 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:19:50 +0100 |
commit | 63e4d94cdd1461fca245ff9225b65bd23755380d (patch) | |
tree | f818e1d9057d3d85115adf0f002c387a13a672e9 /xorg | |
parent | 0d014ce9e478ab0b7dfaa3aa45e90bdefb0e2532 (diff) | |
download | nutyx-extra-63e4d94cdd1461fca245ff9225b65bd23755380d.tar.gz nutyx-extra-63e4d94cdd1461fca245ff9225b65bd23755380d.tar.bz2 nutyx-extra-63e4d94cdd1461fca245ff9225b65bd23755380d.tar.xz nutyx-extra-63e4d94cdd1461fca245ff9225b65bd23755380d.zip |
xorg-mkfontdir, deplacé dans base
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-mkfontdir/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg/xorg-mkfontdir/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg/xorg-mkfontdir/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-mkfontdir/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-mkfontdir/Pkgfile | 16 |
5 files changed, 0 insertions, 32 deletions
diff --git a/xorg/xorg-mkfontdir/.footprint.i686 b/xorg/xorg-mkfontdir/.footprint.i686 deleted file mode 100644 index 6c5d8b62d..000000000 --- a/xorg/xorg-mkfontdir/.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/mkfontdir -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/mkfontdir.1.gz diff --git a/xorg/xorg-mkfontdir/.footprint.x86_64 b/xorg/xorg-mkfontdir/.footprint.x86_64 deleted file mode 100644 index 6c5d8b62d..000000000 --- a/xorg/xorg-mkfontdir/.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/mkfontdir -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/mkfontdir.1.gz diff --git a/xorg/xorg-mkfontdir/.md5sum.i686 b/xorg/xorg-mkfontdir/.md5sum.i686 deleted file mode 100644 index 1aa315f6f..000000000 --- a/xorg/xorg-mkfontdir/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -dc342dd8858416254bb5f71a9ddce589 mkfontdir-1.0.6.tar.bz2 diff --git a/xorg/xorg-mkfontdir/.md5sum.x86_64 b/xorg/xorg-mkfontdir/.md5sum.x86_64 deleted file mode 100644 index 1aa315f6f..000000000 --- a/xorg/xorg-mkfontdir/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -dc342dd8858416254bb5f71a9ddce589 mkfontdir-1.0.6.tar.bz2 diff --git a/xorg/xorg-mkfontdir/Pkgfile b/xorg/xorg-mkfontdir/Pkgfile deleted file mode 100644 index 478fa5e35..000000000 --- a/xorg/xorg-mkfontdir/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: Créé un index des fichiers des polices de Xorg -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-mkfontdir -version=1.0.6 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.tar.bz2) - -build() { - cd mkfontdir-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |