summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-adobe-utopia-100dpi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-100dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-adobe-utopia-100dpi/Pkgfile15
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}
}