summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-isas-misc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-font-isas-misc/Pkgfile')
-rw-r--r--xorg/xorg-font-isas-misc/Pkgfile17
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-isas-misc/Pkgfile b/xorg/xorg-font-isas-misc/Pkgfile
index b1e4b8fd0..4163ec4fc 100644
--- a/xorg/xorg-font-isas-misc/Pkgfile
+++ b/xorg/xorg-font-isas-misc/Pkgfile
@@ -1,22 +1,19 @@
-# Description: xorg font font-isas-misc
+# Description: Polices Xorg font-isas-misc
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-mkfontdir, xorg-mkfontscale
# Run on:
name=xorg-font-isas-misc
-version=1.0.0
-release=2
+version=1.0.3
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-isas-misc-$version.tar.bz2)
build() {
cd font-isas-misc-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
-
- rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale}
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale}
}