diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:42 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:42 +0200 |
commit | 9a253ea6de41908b367ad2aaa5a059b35b144507 (patch) | |
tree | e32909e59161a742bdefc804f7c4ca7bf66e2a1b /extra/xorg-mkfontscale/Pkgfile | |
parent | df8b2d42982aaf85db34757ed960a9efdac5777d (diff) | |
download | nutyx-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/Pkgfile | 18 |
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 +} |