mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix ordering
This commit is contained in:
@@ -9,18 +9,21 @@ from the top to fill in gaps. Sometimes chain reactions, called cascades, are \
|
||||
triggered, where chains are formed by the falling gems.
|
||||
"
|
||||
HOMEPAGE="http://sourceforge.net/projects/gemz/"
|
||||
COPYRIGHT="2003-2013 Jonathan Bilodeau"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/gemz/files/gemz/Source/gemz-0.97.0.tgz/download"
|
||||
CHECKSUM_SHA256="8a61bf40e6e12d6764a1a6d4f99aec27f1c54a31f26ce09d13a6596a33d8ee5a"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2013 Jonathan Bilodeau"
|
||||
REVISION="1"
|
||||
PATCHES="
|
||||
gemz-0.97.0.patch
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
gemz = $portVersion
|
||||
app:gemz = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
@@ -32,7 +35,6 @@ BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libsdl_image$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -40,10 +42,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="
|
||||
gemz-0.97.0.patch
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user