mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
19 lines
360 B
Plaintext
19 lines
360 B
Plaintext
DESCRIPTION="SDL Graphics Extension"
|
|
HOMEPAGE="http://www.etek.chalmers.se/~e8cal1/sge/"
|
|
SRC_URI="http://www.etek.chalmers.se/~e8cal1/sge/files/sge030809.tar.gz"
|
|
REVISION="1"
|
|
STATUS_R5="untested"
|
|
STATUS_BONE="untested"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
patch -p0 -ui sge030809-haiku.diff
|
|
cd sge030809
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd sge030809
|
|
make install
|
|
}
|