move package SDL_ttf:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 09:32:02 +01:00
parent e533be2a84
commit 2931fdbcca
3 changed files with 0 additions and 29 deletions

View File

@ -1,19 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build SDL
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-shared \
--disable-static \
make
$MAKEINSTALL

View File

@ -1,9 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install SDL
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz