SDL_ttf: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:05:03 +01:00
parent 8dd42a2bb9
commit 5533e99152
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,8 @@
. config/options $1
cd $PKG_BUILD
touch NEWS AUTHORS ChangeLog && do_autoreconf
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -10,6 +12,7 @@ cd $PKG_BUILD
--localstatedir=/var \
--enable-shared \
--disable-static \
--with-sdl-prefix=$SYSROOT_PREFIX/usr \
make

View File

@ -12,3 +12,5 @@ PKG_SECTION="multimedia"
PKG_SHORTDESC="libsdl_ttf: A library to use TrueType fonts in SDL applications"
PKG_LONGDESC="This is a sample library which allows you to use TrueType fonts in your SDL applications. It comes with an example program 'showfont' which displays an example string for a given TrueType font file."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"