mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix ordering
This commit is contained in:
@@ -10,18 +10,19 @@ basically to create networks of water to make them disappear, a couple tricks \
|
||||
and techniques will help you achieve this goal faster.
|
||||
"
|
||||
HOMEPAGE="http://tamentis.com/projects/rezerwar/"
|
||||
COPYRIGHT="2008, 2009 Bertrand Janin"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://tamentis.com/projects/rezerwar/files/rezerwar-0.4.2.tar.gz"
|
||||
CHECKSUM_SHA256="a93ca501803c2fdac0fb695d9a1eeed45807307316d28d3eb8abac8849fcaf02"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2008, 2009 Bertrand Janin"
|
||||
REVISION="1"
|
||||
PATCHES="rezerwar-0.4.2.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
rezerwar = $portVersion
|
||||
app:rezerwar = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
@@ -33,7 +34,6 @@ BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libsdl_mixer$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -41,8 +41,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="rezerwar-0.4.2.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure
|
||||
|
||||
Reference in New Issue
Block a user