Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -3,14 +3,14 @@ DESCRIPTION="z26 is an Atari 2600 emulator which supports a lot of carts and a \
whole lot of peripherals, including mindlink, Trak-Ball, Light Gun and much more!\
It also supports multiload files, and a whole lot of other features."
HOMEPAGE="http://whimsey.com/z26/"
COPYRIGHT="1997-2004 John Saeger"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://whimsey.com/z26/z26v2.16.00s.zip"
CHECKSUM_SHA256="fe285597543a9f562b25f11e57804c604d8226d9a6dc6dc1b9e2a4cfc5f38276"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="1997-2004 John Saeger"
SOURCE_DIR="src"
ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -21,6 +21,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl${secondaryArchSuffix}
@@ -31,7 +32,6 @@ BUILD_PREREQUIRES="
cmd:nasm
cmd:ld$secondaryArchSuffix
"
SOURCE_DIR="src"
BUILD()
{