summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-util/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-27 21:18:22 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-27 21:18:22 +0100
commit9b6cfd1ffcd7a5080fa601b4e724871c652ea1c4 (patch)
tree45118a789aaf2c79886e73a22188b89cd00fd14d /xorg/xorg-font-util/Pkgfile
parent95b1d9113b68ae5d55f09d76664449b948cd93c2 (diff)
downloadnutyx-extra-9b6cfd1ffcd7a5080fa601b4e724871c652ea1c4.tar.gz
nutyx-extra-9b6cfd1ffcd7a5080fa601b4e724871c652ea1c4.tar.bz2
nutyx-extra-9b6cfd1ffcd7a5080fa601b4e724871c652ea1c4.tar.xz
nutyx-extra-9b6cfd1ffcd7a5080fa601b4e724871c652ea1c4.zip
xorg-font-util, maj footprint
Diffstat (limited to 'xorg/xorg-font-util/Pkgfile')
-rw-r--r--xorg/xorg-font-util/Pkgfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-font-util/Pkgfile b/xorg/xorg-font-util/Pkgfile
index 0f8ddf7c2..a5a3a75b7 100644
--- a/xorg/xorg-font-util/Pkgfile
+++ b/xorg/xorg-font-util/Pkgfile
@@ -5,17 +5,15 @@
# Depends on:
name=xorg-font-util
-version=1.0.1
+version=1.0.2
release=1
-XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
- --mandir=$XORG_PREFIX/share/man --localstatedir=/var"
source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2)
build() {
cd font-util-$version
- ./configure $XORG_CONFIG
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -v -d -m755 $PKG/usr/share/fonts
- ln -svn $XORG_PREFIX/lib/X11/fonts/OTF $PKG/usr/share/fonts/X11-OTF
- ln -svn $XORG_PREFIX/lib/X11/fonts/TTF $PKG/usr/share/fonts/X11-TTF
+ ln -svn /usr/lib/X11/fonts/OTF $PKG/usr/share/fonts/X11-OTF
+ ln -svn /usr/lib/X11/fonts/TTF $PKG/usr/share/fonts/X11-TTF
}