Files
haikuports/media-libs/sdl_image/sdl_image-1.2.6.recipe
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00

27 lines
625 B
Plaintext

DESCRIPTION="Simple Direct Media Layer Image Library"
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.6.tar.gz"
CHECKSUM_MD5="b866dc4f647517bdaf57f6ffdefd013e"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd sdl-image-1.2.6
cat acinclude/libtool.m4 >> aclocal.m4
cat acinclude/sdl.m4 >> aclocal.m4
aclocal
libtoolize --copy --force
aclocal
autoconf
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY` LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include
make
}
INSTALL()
{
cd sdl-image-1.2.6
make install
}