mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
20 lines
455 B
Plaintext
20 lines
455 B
Plaintext
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
|
|
}
|