diff --git a/packages/emulators/SDL_ttf/build b/packages/emulators/SDL_ttf/build deleted file mode 100755 index 7f66d54765..0000000000 --- a/packages/emulators/SDL_ttf/build +++ /dev/null @@ -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 diff --git a/packages/emulators/SDL_ttf/install b/packages/emulators/SDL_ttf/install deleted file mode 100755 index d18e2c5228..0000000000 --- a/packages/emulators/SDL_ttf/install +++ /dev/null @@ -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 - diff --git a/packages/emulators/SDL_ttf/url b/packages/emulators/SDL_ttf/url deleted file mode 100644 index e6e1afc4ef..0000000000 --- a/packages/emulators/SDL_ttf/url +++ /dev/null @@ -1 +0,0 @@ -http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz