Failed attempt to get haikuporter to build sge... something is broken here.

This commit is contained in:
Scott McCreary
2013-10-27 00:25:43 -07:00
parent 54605f7224
commit 23d6b2f925

View File

@@ -1,20 +1,41 @@
SUMMARY="SDL Graphics Extension"
DESCRIPTION="SDL Graphics Extension"
HOMEPAGE="http://www.etek.chalmers.se/~e8cal1/sge/"
SRC_URI="http://ports.haiku-files.org/export/394/haikuports/trunk/media-libs/sge/sources/sge030809.tar.gz"
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"
STATUS_HAIKU="stable"
DEPEND=""
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
sge = $portVersion compat >= 030809
"
REQUIRES="
haiku >= $haikuVerison
lib:libSDL
"
BUILD_REQUIRES="
devel:libSDL
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
cmd:sdl_config
"
SOURCE_DIR="sge030809"
BUILD()
{
cd sge030809
make
}
INSTALL()
{
cd sge030809
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1999-2003 Anders Lindstrom"