mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
26 lines
601 B
Plaintext
26 lines
601 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"
|
|
REVISION="1"
|
|
STATUS_R5="untested"
|
|
STATUS_BONE="untested"
|
|
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=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd sdl-image-1.2.6
|
|
make install
|
|
}
|