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