summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-adobe-utopia-type1/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 14:59:56 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 14:59:56 +0100
commitfb6be98a167bb41a661d76f3218f321d00c7b38f (patch)
tree1e4da6d1346d635aed4e1a29bcdae68578e65a9e /xorg/xorg-font-adobe-utopia-type1/Pkgfile
parent5922747a2084b999669f691f5d0df1bd534e8962 (diff)
downloadnutyx-extra-fb6be98a167bb41a661d76f3218f321d00c7b38f.tar.gz
nutyx-extra-fb6be98a167bb41a661d76f3218f321d00c7b38f.tar.bz2
nutyx-extra-fb6be98a167bb41a661d76f3218f321d00c7b38f.tar.xz
nutyx-extra-fb6be98a167bb41a661d76f3218f321d00c7b38f.zip
xorg-font-adobe-utopia-type1, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-font-adobe-utopia-type1/Pkgfile')
-rw-r--r--xorg/xorg-font-adobe-utopia-type1/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/xorg/xorg-font-adobe-utopia-type1/Pkgfile b/xorg/xorg-font-adobe-utopia-type1/Pkgfile
index 785ac1014..320a1899a 100644
--- a/xorg/xorg-font-adobe-utopia-type1/Pkgfile
+++ b/xorg/xorg-font-adobe-utopia-type1/Pkgfile
@@ -1,4 +1,4 @@
-# Description: xorg font font-adobe-utopia-type1
+# Description: Polices Xorg font-adobe-utopia-type1
# 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,fontconfig,xorg-font-util
name=xorg-font-adobe-utopia-type1
-version=1.0.1
-release=2
+version=1.0.4
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-type1-$version.tar.bz2)
build() {
cd font-adobe-utopia-type1-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
-
- rm -f $PKG/usr/lib/X11/fonts/Type1/fonts.{dir,scale,cache-1}
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/Type1/fonts.{dir,scale,cache-1}
}