libXfont: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 19:30:24 +01:00
parent 502527cfe9
commit 557f6a1e46
4 changed files with 14 additions and 11 deletions

View File

@ -2,13 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build fontcacheproto
$SCRIPTS/build xtrans
$SCRIPTS/build fontsproto
$SCRIPTS/build freetype
$SCRIPTS/build libfontenc
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -27,5 +20,4 @@ cd $PKG_BUILD
--with-gnu-ld
make
$MAKEINSTALL

View File

@ -2,7 +2,5 @@
. config/options $1
$SCRIPTS/install freetype
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libXfont.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="libXfont"
PKG_VERSION="1.4.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="freetype"
PKG_BUILD_DEPENDS="toolchain fontcacheproto fontsproto xtrans freetype libfontenc"
PKG_PRIORITY="optional"
PKG_SECTION="x11/lib"
PKG_SHORTDESC="libxfont: X font Library"
PKG_LONGDESC="X font Library"
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/lib/libXfont-1.4.3.tar.bz2