mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -4,19 +4,19 @@ features hardware-accelerated 2D graphics, integrated GUI, audio support, \
|
||||
lighting, map editor supporting top-down and isometric maps, pathfinding, \
|
||||
virtual filesystem and more!"
|
||||
HOMEPAGE="http://www.fifengine.net/"
|
||||
SOURCE_URI="https://github.com/fifengine/fifengine/archive/50d2f7cf9a5d5433102c32851e587e3e9142d2e0.tar.gz"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2015 FIFE"
|
||||
CHECKSUM_SHA256="5ed17fff9b9892ad4b6ef0500b314b4428c8c60dd2cf50669a62527923cfb519"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
SOURCE_URI="https://github.com/fifengine/fifengine/archive/50d2f7cf9a5d5433102c32851e587e3e9142d2e0.tar.gz"
|
||||
CHECKSUM_SHA256="5ed17fff9b9892ad4b6ef0500b314b4428c8c60dd2cf50669a62527923cfb519"
|
||||
SOURCE_DIR="fifengine-50d2f7cf9a5d5433102c32851e587e3e9142d2e0"
|
||||
PATCHES="fife-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
fife = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
python
|
||||
@@ -35,13 +35,6 @@ REQUIRES="
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:scons
|
||||
cmd:swig
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libboost_filesystem
|
||||
devel:libboost_regex
|
||||
@@ -57,6 +50,12 @@ BUILD_REQUIRES="
|
||||
devel:libvorbisfile
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:scons
|
||||
cmd:swig
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user