Moved beporter to haikuporter, updated tuxpaint patch, fixed sdl-ttf so that it now builds the .so lib.

This commit is contained in:
Scott McCreary
2009-11-08 21:59:55 +00:00
parent 9fa3c1d996
commit 35ee2ecf41
2 changed files with 37 additions and 14 deletions

View File

@@ -3,10 +3,17 @@ HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
SRC_URI="http://www.libsdl.org/tmp/SDL_ttf-2.0.10.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="libsdl >= 1.2.12, pkgconfig >= 0.9"
BUILD {
cd SDL_ttf-2.0.10
rm -f acinclude.m4
libtoolize --copy --force --install
cp /boot/common/share/aclocal/libtool.m4 acinclude
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
cp /boot/common/share/aclocal/ltversion.m4 acinclude
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
echo "AC_CONFIG_MACRO_DIR([acinclude]) > configure.in"
./autogen.sh
./configure --prefix=/boot/common
make