xorg-font-bh-ttf: new maintainer, fix build issue

This commit is contained in:
Juergen Daubert 2012-07-14 14:55:18 +02:00
parent 937695c147
commit 1ea321960b

View File

@ -1,11 +1,11 @@
# Description: xorg font font-bh-ttf # Description: xorg font font-bh-ttf
# URL: http://xorg.freedesktop.org # URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig # Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
name=xorg-font-bh-ttf name=xorg-font-bh-ttf
version=1.0.3 version=1.0.3
release=1 release=2
source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-$version.tar.bz2)
build() { build() {
@ -17,5 +17,4 @@ build() {
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm $PKG/usr/share/fonts/X11/TTF/fonts.{dir,scale} rm $PKG/usr/share/fonts/X11/TTF/fonts.{dir,scale}
mv $PKG/usr/etc $PKG/
} }