summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-mkfontdir/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:19:50 +0100
committersibel <lesibel@free.fr>2011-03-03 12:19:50 +0100
commit63e4d94cdd1461fca245ff9225b65bd23755380d (patch)
treef818e1d9057d3d85115adf0f002c387a13a672e9 /xorg/xorg-mkfontdir/Pkgfile
parent0d014ce9e478ab0b7dfaa3aa45e90bdefb0e2532 (diff)
downloadnutyx-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/xorg-mkfontdir/Pkgfile')
-rw-r--r--xorg/xorg-mkfontdir/Pkgfile16
1 files changed, 0 insertions, 16 deletions
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
-}