mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial creation of the haiku-apps directory, and initial addition of BeAE .bep and .OptionalPackageDescription files.
This commit is contained in:
@@ -3,23 +3,20 @@ HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz"
|
||||
CHECKSUM_MD5="6dd5a85e4924689a35a5fb1cb3336156"
|
||||
REVISION="1"
|
||||
STATUS_R5="untested"
|
||||
STATUS_BONE="untested"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd sdl-ttf-2.0.9
|
||||
cp /boot/home/config/share/libtool/config.guess .
|
||||
cp /boot/home/config/share/libtool/config.sub .
|
||||
libtoolize --copy --force
|
||||
aclocal -I /boot/common/share/aclocal
|
||||
automake --add-missing
|
||||
cd SDL_ttf-2.0.9
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
|
||||
libtoolize --copy --force --install
|
||||
aclocal -I m4
|
||||
# automake --add-missing --force-missing
|
||||
autoconf
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd sdl-ttf-2.0.9
|
||||
INSTALL {1
|
||||
cd SDL_ttf-2.0.9
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user