diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:58:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:58:46 +0100 |
commit | 5922747a2084b999669f691f5d0df1bd534e8962 (patch) | |
tree | 8b4b09c29c8614a54b03cd0e0bcd8263d3648a31 /xorg/xorg-font-adobe-utopia-75dpi/Pkgfile | |
parent | cd155d685791960afa96821de4fcc1f2b00c296d (diff) | |
download | nutyx-extra-5922747a2084b999669f691f5d0df1bd534e8962.tar.gz nutyx-extra-5922747a2084b999669f691f5d0df1bd534e8962.tar.bz2 nutyx-extra-5922747a2084b999669f691f5d0df1bd534e8962.tar.xz nutyx-extra-5922747a2084b999669f691f5d0df1bd534e8962.zip |
xorg-font-adobe-utopia-75dpi, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-75dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-adobe-utopia-75dpi/Pkgfile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile b/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile index 9f259ba90..723186fcf 100644 --- a/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile +++ b/xorg/xorg-font-adobe-utopia-75dpi/Pkgfile @@ -1,4 +1,4 @@ -# Description: xorg font font-adobe-utopia-75dpi +# Description: Polices Xorg font-adobe-utopia-75dpi # URL: http://xorg.freedesktop.org # Maintaine NuTyX core team # Packager: thierryn1 at hispeed dot ch @@ -6,17 +6,14 @@ # Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util name=xorg-font-adobe-utopia-75dpi -version=1.0.1 -release=2 +version=1.0.4 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-$version.tar.bz2) build() { cd font-adobe-utopia-75dpi-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/X11/fonts/75dpi/fonts.{dir,scale} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/75dpi/fonts.{dir,scale} } |