diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:21:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:21:07 +0100 |
commit | 2b7f8df835147cbd32dbd9d58f52099834b8d662 (patch) | |
tree | 427e0ac330fd7f660e0c0d35bf9df362e07da298 /xorg/xorg-font-bitstream-100dpi/Pkgfile | |
parent | 78a54460b05e4cf878505f55df0b9392014cb1f3 (diff) | |
download | nutyx-extra-2b7f8df835147cbd32dbd9d58f52099834b8d662.tar.gz nutyx-extra-2b7f8df835147cbd32dbd9d58f52099834b8d662.tar.bz2 nutyx-extra-2b7f8df835147cbd32dbd9d58f52099834b8d662.tar.xz nutyx-extra-2b7f8df835147cbd32dbd9d58f52099834b8d662.zip |
xorg-font-bitstream-100dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bitstream-100dpi/Pkgfile')
-rw-r--r-- | xorg/xorg-font-bitstream-100dpi/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-bitstream-100dpi/Pkgfile b/xorg/xorg-font-bitstream-100dpi/Pkgfile index 82d4c534c..ffc8c6d90 100644 --- a/xorg/xorg-font-bitstream-100dpi/Pkgfile +++ b/xorg/xorg-font-bitstream-100dpi/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-bitstream-100dpi +# Description: Police Xorg font-bitstream-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-bdftopcf, xorg-mkfontdir, xorg-mkfontscale # Run on: xorg-bdftopcf,xorg-mkfontdir,xorg-mkfontscale name=xorg-font-bitstream-100dpi -version=1.0.0 -release=2 +version=1.0.3 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-bitstream-100dpi-$version.tar.bz2) build() { cd font-bitstream-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} } |