Files
haikuports/media-libs/sdl-ttf/sdl-ttf-2.0.10.bep
2010-10-30 21:56:59 +00:00

34 lines
1.0 KiB
Plaintext

DESCRIPTION="Simple Direct Media Layer Image Library"
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.10.tar.gz"
CHECKSUM_MD5="814e6e17e8879254208d23b3b7e0354b"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libsdl >= 1.2.12
dev-util/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
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--libdir=$LIBDIR \
--mandir=$MANDIR
make
}
INSTALL {
cd SDL_ttf-2.0.10
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1997-2010 Sam Lantinga"