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