diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:27:14 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:27:14 +0100 |
commit | 4e20ac9fa1fa6744f0952dd91bbad9b1e32ed5c9 (patch) | |
tree | 4289646d22689d04e3d29090c5e5985ea4c8b96f /xorg/xorg-font-misc-ethiopic/Pkgfile | |
parent | cdb20b6a9d335eacf59e0f43dfbea4606051bf49 (diff) | |
download | nutyx-extra-4e20ac9fa1fa6744f0952dd91bbad9b1e32ed5c9.tar.gz nutyx-extra-4e20ac9fa1fa6744f0952dd91bbad9b1e32ed5c9.tar.bz2 nutyx-extra-4e20ac9fa1fa6744f0952dd91bbad9b1e32ed5c9.tar.xz nutyx-extra-4e20ac9fa1fa6744f0952dd91bbad9b1e32ed5c9.zip |
Ajout de xorg-font-misc-ethiopic#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-misc-ethiopic/Pkgfile')
-rw-r--r-- | xorg/xorg-font-misc-ethiopic/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-misc-ethiopic/Pkgfile b/xorg/xorg-font-misc-ethiopic/Pkgfile new file mode 100644 index 000000000..7dc8334aa --- /dev/null +++ b/xorg/xorg-font-misc-ethiopic/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-misc-ethiopic +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig + +name=xorg-font-misc-ethiopic +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-$version.tar.bz2) + +build() { + cd font-misc-ethiopic-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/{O,T}TF/fonts.{dir,scale,cache-1} +} |