diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:58:27 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:58:27 +0100 |
commit | cd155d685791960afa96821de4fcc1f2b00c296d (patch) | |
tree | 048bc1637578f233b28c28674721cc731d23eb55 /xorg/xorg-font-adobe-utopia-100dpi/Pkgfile | |
parent | 4ba713d934de7f10e64f8ed6a9fe3f0057e96174 (diff) | |
download | nutyx-pakxe-cd155d685791960afa96821de4fcc1f2b00c296d.tar.gz nutyx-pakxe-cd155d685791960afa96821de4fcc1f2b00c296d.tar.bz2 nutyx-pakxe-cd155d685791960afa96821de4fcc1f2b00c296d.tar.xz nutyx-pakxe-cd155d685791960afa96821de4fcc1f2b00c296d.zip |
xorg-font-adobe-utopia-100dpi, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-100dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-adobe-utopia-100dpi/Pkgfile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile b/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile index c2e344b48..f1df9dba5 100644 --- a/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile +++ b/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-adobe-utopia-100dpi +# Description: Polices Xorg font-adobe-utopia-100dpi # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team # Packager: thierryn1 at hispeed do ch # Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util # Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util name=xorg-font-adobe-utopia-100dpi -version=1.0.1 -release=2 +version=1.0.4 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-$version.tar.bz2) build() { cd font-adobe-utopia-100dpi-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/X11/fonts/100dpi/fonts.{dir,scale} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/100dpi/fonts.{dir,scale} } |