mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
19 lines
334 B
Plaintext
19 lines
334 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"
|
|
REVISION="1"
|
|
STATUS_R5="untested"
|
|
STATUS_BONE="stable"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd SDL-1.2.13
|
|
./configure --prefix=/boot/home/config
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd SDL-1.2.13
|
|
make install
|
|
}
|