mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
26 lines
553 B
Plaintext
26 lines
553 B
Plaintext
DESCRIPTION="Simple Direct Media Layer"
|
|
HOMEPAGE="http://www.libsdl.org/"
|
|
SRC_URI="http://www.libsdl.org/release/SDL-1.2.14.tar.gz"
|
|
CHECKSUM_MD5="e52086d1b508fa0b76c52ee30b55bec4"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd SDL-1.2.14
|
|
./autogen.sh
|
|
rm aclocal.m4
|
|
echo "AC_CONFIG_MACRO_DIR([acinclude])" >> configure.in
|
|
libtoolize --force --copy --install
|
|
aclocal -I acinclude
|
|
./autogen.sh
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd SDL-1.2.14
|
|
make install
|
|
}
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="1997-2009 Sam Lantinga"
|