freetype: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 18:21:28 +01:00
parent d0a2330e91
commit 3bc88a68df
4 changed files with 14 additions and 6 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build zlib
# unset LIBTOOL because freetype uses its own
unset LIBTOOL

View File

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

View File

@ -0,0 +1,14 @@
PKG_NAME="freetype"
PKG_VERSION="2.4.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freetype.org"
PKG_URL="http://mirror.lihnidos.org/GNU/savannah/freetype/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="zlib"
PKG_BUILD_DEPENDS="toolchain zlib"
PKG_PRIORITY="optional"
PKG_SECTION="print"
PKG_SHORTDESC="freetype: TrueType font rendering library"
PKG_LONGDESC="The FreeType engine is a free and portable TrueType font rendering engine. It has been developed to provide TT support to a great variety of platforms and environments."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://mirror.lihnidos.org/GNU/savannah/freetype/freetype-2.4.3.tar.bz2