diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:02:47 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:02:47 +0100 |
commit | 9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605 (patch) | |
tree | 90839ef397a053f8116e7e020ca77cc3583fd2e3 /xorg/xorg-font-bh-100dpi/Pkgfile | |
parent | 90790f43bf43600b2eb9097a27698a69fbae3ca5 (diff) | |
download | nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.tar.gz nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.tar.bz2 nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.tar.xz nutyx-pakxe-9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605.zip |
xorg-font-bh-100dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bh-100dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-bh-100dpi/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-bh-100dpi/Pkgfile b/xorg/xorg-font-bh-100dpi/Pkgfile index 5f5e836b8..13a3f44d8 100644 --- a/xorg/xorg-font-bh-100dpi/Pkgfile +++ b/xorg/xorg-font-bh-100dpi/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-bh-100dpi +# Description: Polices Xorg font-bh-100dpi # 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, xorg-font-util # Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util name=xorg-font-bh-100dpi -version=1.0.0 -release=2 +version=1.0.3 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-100dpi-$version.tar.bz2) build() { cd font-bh-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} } |