mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Initial .bep file for sdl-net
This commit is contained in:
19
media-libs/sdl-net/sdl-net-1.2.7.bep
Normal file
19
media-libs/sdl-net/sdl-net-1.2.7.bep
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
DESCRIPTION="Simple Direct Media Layer Net Library"
|
||||||
|
HOMEPAGE="http://www.libsdl.org/projects/SDL_net"
|
||||||
|
SRC_URI="http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.7.tar.gz"
|
||||||
|
REVISION="1"
|
||||||
|
STATUS_HAIKU="stable"
|
||||||
|
DEPEND=""
|
||||||
|
BUILD {
|
||||||
|
cd SDL_net-1.2.7
|
||||||
|
cp /boot/common/share/aclocal/libtool.m4 acinclude/libtool.m4
|
||||||
|
libtoolize --copy --force --install
|
||||||
|
./autogen.sh
|
||||||
|
./configure --prefix=/boot/common
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL {
|
||||||
|
cd SDL_net-1.2.7
|
||||||
|
make install
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user