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