diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:10:53 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:10:53 +0100 |
commit | d20e120fe607e007b5e1641bdaa608e619f7c8c3 (patch) | |
tree | 1c95913da564fbcb2b09ffdf8b0b5c9e572022e2 /xorg/xorg-font-bh-ttf/Pkgfile | |
parent | f250551bd33a04d4b40c99da811389f9b59e920f (diff) | |
download | nutyx-pakxe-d20e120fe607e007b5e1641bdaa608e619f7c8c3.tar.gz nutyx-pakxe-d20e120fe607e007b5e1641bdaa608e619f7c8c3.tar.bz2 nutyx-pakxe-d20e120fe607e007b5e1641bdaa608e619f7c8c3.tar.xz nutyx-pakxe-d20e120fe607e007b5e1641bdaa608e619f7c8c3.zip |
xorg-font-bh-ttf, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bh-ttf/Pkgfile')
-rw-r--r-- | xorg/xorg-font-bh-ttf/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-bh-ttf/Pkgfile b/xorg/xorg-font-bh-ttf/Pkgfile index 7d8acd9f3..487b7b6eb 100644 --- a/xorg/xorg-font-bh-ttf/Pkgfile +++ b/xorg/xorg-font-bh-ttf/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-bh-ttf +# Description: Polices Xorg font-bh-ttf # 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,fontconfig name=xorg-font-bh-ttf -version=1.0.0 -release=2 +version=1.0.3 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-$version.tar.bz2) build() { cd font-bh-ttf-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/X11/fonts/TTF/fonts.{dir,scale,cache-1} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/TTF/fonts.{dir,scale,cache-1} } |