diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:37:03 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:37:03 +0100 |
commit | fdc95ca9b215de9eb23288b42922867f17b00eeb (patch) | |
tree | 0783adf4d881713495e540908f65660387adfc00 /xorg/xorg-font-misc-ethiopic/Pkgfile | |
parent | ed7c997078d4abaa002e9fa02e22cba2a95ce6a7 (diff) | |
download | nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.tar.gz nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.tar.bz2 nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.tar.xz nutyx-extra-fdc95ca9b215de9eb23288b42922867f17b00eeb.zip |
xorg-font-misc-ethiopic, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-misc-ethiopic/Pkgfile')
-rw-r--r-- | xorg/xorg-font-misc-ethiopic/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-misc-ethiopic/Pkgfile b/xorg/xorg-font-misc-ethiopic/Pkgfile index 4cf759d10..f93287a0d 100644 --- a/xorg/xorg-font-misc-ethiopic/Pkgfile +++ b/xorg/xorg-font-misc-ethiopic/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-misc-ethiopic +# Description: Polices Xorg font-misc-ethiopic # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: tilman at crux dot nu +# 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.0 -release=2 +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 --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/X11/fonts/{O,T}TF/fonts.{dir,scale,cache-1} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/{O,T}TF/fonts.{dir,scale,cache-1} } |