summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-util/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:56:26 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:56:26 +0100
commit2e649142f43ac331ed1e9424461da9aebc871826 (patch)
tree95ab642964e4a2ddfa8e178f7b0807ef917930d1 /xorg/xorg-font-util/Pkgfile
parentb7f05a4a0d4c7a662d2bd483fb6e26e48f71c73c (diff)
downloadnutyx-extra-2e649142f43ac331ed1e9424461da9aebc871826.tar.gz
nutyx-extra-2e649142f43ac331ed1e9424461da9aebc871826.tar.bz2
nutyx-extra-2e649142f43ac331ed1e9424461da9aebc871826.tar.xz
nutyx-extra-2e649142f43ac331ed1e9424461da9aebc871826.zip
xorg-font-util, maj 1.2.0-1
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 01de047b3..4e1e2618c 100644
--- a/xorg/xorg-font-util/Pkgfile
+++ b/xorg/xorg-font-util/Pkgfile
@@ -2,19 +2,17 @@
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
name=xorg-font-util
-version=1.0.2
+version=1.2.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2)
build() {
cd font-util-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
install -v -d -m755 $PKG/usr/share/fonts
- 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
+ ln -svn /$XORG_PREFIX/share/fonts/X11/OTF $PKG/usr/share/fonts/X11-OTF
+ ln -svn /$XORG_PREFIX/share/fonts/X11/TTF $PKG/usr/share/fonts/X11-TTF
}