mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
22 lines
405 B
Plaintext
22 lines
405 B
Plaintext
DESCRIPTION="Simple Direct Media Layer"
|
|
HOMEPAGE="http://www.libsdl.org/"
|
|
SRC_URI="http://www.libsdl.org/release/SDL-1.2.12.tar.gz"
|
|
CHECKSUM_MD5="544b4554986e51eed6d34435cf9c5f3f"
|
|
REVISION="1"
|
|
STATUS_HAIKU="untested"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd SDL-1.2.12
|
|
./configure --prefix=/boot/home/config
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd SDL-1.2.12
|
|
make install
|
|
}
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="1997-2009 Sam Lantinga"
|