mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Failed attempt to get haikuporter to build sge... something is broken here.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user