mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
New .bep file for new release of sdl-image now at 1.2.9
This commit is contained in:
24
media-libs/sdl-image/sdl-image-1.2.9.bep
Normal file
24
media-libs/sdl-image/sdl-image-1.2.9.bep
Normal file
@@ -0,0 +1,24 @@
|
||||
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.9.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd SDL_image-1.2.9
|
||||
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
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I acinclude
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd SDL_image-1.2.9
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user