From 23d6b2f9259015c6449f1dab6d21e0bda7da86cf Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 27 Oct 2013 00:25:43 -0700 Subject: [PATCH] Failed attempt to get haikuporter to build sge... something is broken here. --- media-libs/sge/sge-030809.recipe | 35 +++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) 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"