summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-ibm-type1/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:31:09 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:31:09 +0100
commit3a7ed5c948eee881a8de6b1aa0431996ab3dd134 (patch)
tree5b72c73aa289fb089359b974fb8e4819b0a6d80b /xorg/xorg-font-ibm-type1/Pkgfile
parent46bbc08f25ffa133542f9009d9be29029d84822b (diff)
downloadnutyx-pakxe-3a7ed5c948eee881a8de6b1aa0431996ab3dd134.tar.gz
nutyx-pakxe-3a7ed5c948eee881a8de6b1aa0431996ab3dd134.tar.bz2
nutyx-pakxe-3a7ed5c948eee881a8de6b1aa0431996ab3dd134.tar.xz
nutyx-pakxe-3a7ed5c948eee881a8de6b1aa0431996ab3dd134.zip
xorg-font-ibm-type1, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-ibm-type1/Pkgfile')
-rw-r--r--xorg/xorg-font-ibm-type1/Pkgfile17
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-ibm-type1/Pkgfile b/xorg/xorg-font-ibm-type1/Pkgfile
index 95954094e..e9e08a432 100644
--- a/xorg/xorg-font-ibm-type1/Pkgfile
+++ b/xorg/xorg-font-ibm-type1/Pkgfile
@@ -1,22 +1,19 @@
-# Description: xorg font font-ibm-type1
+# Description: Polices Xorg font-ibm-type1
# 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, fontconfig
# Run on: xorg-mkfontdir,xorg-mkfontscale
name=xorg-font-ibm-type1
-version=1.0.0
-release=2
+version=1.0.3
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-ibm-type1-$version.tar.bz2)
build() {
cd font-ibm-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}
}