Files
haikuports/media-libs/libsdl/libsdl-1.2.12.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

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"