summaryrefslogtreecommitdiffstats
path: root/extra/xorg-mkfontscale/Pkgfile
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
commit9a253ea6de41908b367ad2aaa5a059b35b144507 (patch)
treee32909e59161a742bdefc804f7c4ca7bf66e2a1b /extra/xorg-mkfontscale/Pkgfile
parentdf8b2d42982aaf85db34757ed960a9efdac5777d (diff)
downloadnutyx-extra-9a253ea6de41908b367ad2aaa5a059b35b144507.tar.gz
nutyx-extra-9a253ea6de41908b367ad2aaa5a059b35b144507.tar.bz2
nutyx-extra-9a253ea6de41908b367ad2aaa5a059b35b144507.tar.xz
nutyx-extra-9a253ea6de41908b367ad2aaa5a059b35b144507.zip
xorg-mkfontscale dans extra
Diffstat (limited to 'extra/xorg-mkfontscale/Pkgfile')
-rw-r--r--extra/xorg-mkfontscale/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/xorg-mkfontscale/Pkgfile b/extra/xorg-mkfontscale/Pkgfile
new file mode 100644
index 000000000..0bf55d941
--- /dev/null
+++ b/extra/xorg-mkfontscale/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Créé un index des fichiers des polices scalables de Xorg
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-libfontenc, freetype
+# Run on: xorg-libx11,xorg-libfontenc,freetype
+
+name=xorg-mkfontscale
+version=1.0.9
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/mkfontscale-$version.tar.bz2)
+
+build() {
+ cd mkfontscale-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}