diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:55:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:55:33 +0100 |
commit | 49f5bae6529d7410cc97d986ac16d90d18b221de (patch) | |
tree | 14ac822e312379320a259d508cb8d8bf3088245d /xorg/xorg-font-adobe-100dpi/Pkgfile | |
parent | 7dee683670ab233351a4cc16621650d2668d619e (diff) | |
download | nutyx-extra-49f5bae6529d7410cc97d986ac16d90d18b221de.tar.gz nutyx-extra-49f5bae6529d7410cc97d986ac16d90d18b221de.tar.bz2 nutyx-extra-49f5bae6529d7410cc97d986ac16d90d18b221de.tar.xz nutyx-extra-49f5bae6529d7410cc97d986ac16d90d18b221de.zip |
xorg-font-adobe-100dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-adobe-100dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-adobe-100dpi/Pkgfile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/xorg/xorg-font-adobe-100dpi/Pkgfile b/xorg/xorg-font-adobe-100dpi/Pkgfile index 32148fb66..58f7da94e 100644 --- a/xorg/xorg-font-adobe-100dpi/Pkgfile +++ b/xorg/xorg-font-adobe-100dpi/Pkgfile @@ -1,22 +1,22 @@ -# Description: xorg font font-adobe-100dpi +# Description: Polices Xorg font-adobe-100dpi # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: tilman at crux dot nu -# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util -# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util, xorg-bdftopcf +# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util, xorg-bdftopcf name=xorg-font-adobe-100dpi -version=1.0.0 -release=2 +version=1.0.3 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-$version.tar.bz2) build() { cd font-adobe-100dpi-$version - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - rm -f $PKG/usr/lib/X11/fonts/100dpi/fonts.{dir,scale} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/100dpi/fonts.{dir,scale} } |