Fixed the sdl-ttf-2.0.9 that I broke with the previous commit. Updated the .OptionalPackageDescription file, moving it back to 2.0.9 since it appears sdl-ttf-2.0.10 has not yet been officially released yet.

This commit is contained in:
Scott McCreary
2010-03-14 03:54:10 +00:00
parent 475c436397
commit f7e120d555
2 changed files with 6 additions and 4 deletions

View File

@@ -7,16 +7,18 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd SDL_ttf-2.0.9
rm aclocal.m4
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
libtoolize --copy --force --install
aclocal -I m4
# automake --add-missing --force-missing
touch NEWS AUTHORS ChangeLog
automake --add-missing --force-missing --warnings=none
autoconf
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {1
INSTALL {
cd SDL_ttf-2.0.9
make install
}

View File

@@ -1,5 +1,5 @@
Package: sdl-ttf
Version: 2.0.9
Version: 2.0.10
Copyright: 1997-2007 Sam Lantinga
License: GNU LGPL v2.1
URL: http://www.libsdl.org/projects/SDL_ttf/