diff options
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 -} |