Files
haikuports/media-libs/sdl_image/sdl-image-1.2.8.recipe
Oliver Tappe 2191f6611f Rename all port folders containing '-' to use '_' instead.
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00

23 lines
504 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.8.tar.gz"
CHECKSUM_MD5="2e7c3efa0ec2acc039c46960e27c0792"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd SDL_image-1.2.8
libtoolize --force --copy --install
aclocal --install -I acinclude
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd SDL_image-1.2.8
make install
}