diff --git a/media-libs/sge/sge-030809.recipe b/media-libs/sge/sge-030809.recipe index d8b9f38b5..5e7d73739 100644 --- a/media-libs/sge/sge-030809.recipe +++ b/media-libs/sge/sge-030809.recipe @@ -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"