mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user