mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Initial .bep file for sdl-image-1.2.8, it'll need to be updated once 1.2.8 is release to point to the right source url.
This commit is contained in:
19
media-libs/sdl-image/sdl-image-1.2.8.bep
Normal file
19
media-libs/sdl-image/sdl-image-1.2.8.bep
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION="Simple Direct Media Layer Image Library"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
|
||||
SRC_URI="http://www.libsdl.org/tmp/SDL_image/release/SDL_image-1.2.8.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd SDL_image-1.2.8
|
||||
./autogen.sh
|
||||
libtoolize --force --copy --install
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd SDL_image-1.2.8
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user