mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
48 lines
744 B
Plaintext
48 lines
744 B
Plaintext
SUMMARY="SDL Graphics Extension"
|
|
DESCRIPTION="SDL Graphics Extension"
|
|
HOMEPAGE="http://www.etek.chalmers.se/~e8cal1/sge/"
|
|
SRC_URI="http://ports-space.haiku-files.org/source/sge-030809.tar.gz"
|
|
CHECKSUM_MD5="a76975665b6a2bf189130fa2c8821caf"
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="1999-2003 Anders Lindstrom"
|
|
|
|
REVISION="1"
|
|
|
|
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
|
|
|
PROVIDES="
|
|
sge = $portVersion compat >= 030809
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku >= $haikuVersion
|
|
lib:libSDL
|
|
lib:SDL_image
|
|
lib:freetype
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
haiku_devel
|
|
devel:libSDL
|
|
# lib:libstdc++ what provides -lstdc++?
|
|
devel:sdl_image
|
|
# devel:freetype
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:gcc
|
|
cmd:make
|
|
cmd:sdl_config
|
|
"
|
|
|
|
SOURCE_DIR="sge030809"
|
|
|
|
BUILD()
|
|
{
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
}
|