summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-adobe-100dpi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-font-adobe-100dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-adobe-100dpi/Pkgfile18
1 files changed, 9 insertions, 9 deletions
diff --git a/xorg/xorg-font-adobe-100dpi/Pkgfile b/xorg/xorg-font-adobe-100dpi/Pkgfile
index 32148fb66..58f7da94e 100644
--- a/xorg/xorg-font-adobe-100dpi/Pkgfile
+++ b/xorg/xorg-font-adobe-100dpi/Pkgfile
@@ -1,22 +1,22 @@
-# Description: xorg font font-adobe-100dpi
+# Description: Polices Xorg font-adobe-100dpi
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util
-# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util, xorg-bdftopcf
+# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util, xorg-bdftopcf
name=xorg-font-adobe-100dpi
-version=1.0.0
-release=2
+version=1.0.3
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-$version.tar.bz2)
build() {
cd font-adobe-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}
}