summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-schumacher-misc/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:55:27 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:55:27 +0100
commitb7f05a4a0d4c7a662d2bd483fb6e26e48f71c73c (patch)
treea7c7097408c3ba4a2c25d69e4923b24474c93804 /xorg/xorg-font-schumacher-misc/Pkgfile
parentd3b94faa49d6ccf763a20726c87f8e8593a79835 (diff)
downloadnutyx-extra-b7f05a4a0d4c7a662d2bd483fb6e26e48f71c73c.tar.gz
nutyx-extra-b7f05a4a0d4c7a662d2bd483fb6e26e48f71c73c.tar.bz2
nutyx-extra-b7f05a4a0d4c7a662d2bd483fb6e26e48f71c73c.tar.xz
nutyx-extra-b7f05a4a0d4c7a662d2bd483fb6e26e48f71c73c.zip
xorg-font-schumacher-misc, maj 1.1.2-1
Diffstat (limited to 'xorg/xorg-font-schumacher-misc/Pkgfile')
-rw-r--r--xorg/xorg-font-schumacher-misc/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/xorg/xorg-font-schumacher-misc/Pkgfile b/xorg/xorg-font-schumacher-misc/Pkgfile
index ba53bbc39..296a56e62 100644
--- a/xorg/xorg-font-schumacher-misc/Pkgfile
+++ b/xorg/xorg-font-schumacher-misc/Pkgfile
@@ -1,4 +1,4 @@
-# Description: xorg font font-schumacher-misc
+# Description: Polices Xorg font-schumacher-misc
# URL: http://xorg.freedesktop.org
# Maintainer: 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-schumacher-misc
-version=1.0.0
-release=2
+version=1.1.2
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-schumacher-misc-$version.tar.bz2)
build() {
cd font-schumacher-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}
}