mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Fix ordering
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user