diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:32:42 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:32:42 +0200 |
commit | d49d3140bd85eeb0b3fa55040c2ca541b2c77ade (patch) | |
tree | 8b87786941d13a801d9c8366faa626e093e32954 /extra/xorg-font-misc-ethiopic/Pkgfile | |
parent | ee2985b6dee0a0094210cfbb7048b6513625921c (diff) | |
download | nutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.tar.gz nutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.tar.bz2 nutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.tar.xz nutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.zip |
xorg-font-misc-ethiopic dans extra
Diffstat (limited to 'extra/xorg-font-misc-ethiopic/Pkgfile')
-rw-r--r-- | extra/xorg-font-misc-ethiopic/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-font-misc-ethiopic/Pkgfile b/extra/xorg-font-misc-ethiopic/Pkgfile new file mode 100644 index 000000000..f93287a0d --- /dev/null +++ b/extra/xorg-font-misc-ethiopic/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-misc-ethiopic +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig +# Run on: xorg-mkfontdir,xorg-mkfontscale + +name=xorg-font-misc-ethiopic +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-$version.tar.bz2) + +build() { + cd font-misc-ethiopic-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/{O,T}TF/fonts.{dir,scale,cache-1} +} |