mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Fix ordering
This commit is contained in:
@@ -11,22 +11,24 @@ F2 switched the background, the data/bg#.pcx files are used.
|
||||
In both cases, number files beginnging with 0.
|
||||
"
|
||||
HOMEPAGE="http://www.linuxmotors.com/sdllopan/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999-2008 Dave Ashley"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.linuxmotors.com/sdllopan/downloads/sdllopan-10.tgz"
|
||||
CHECKSUM_SHA256="386de065bc8c3449c3b0b5e5651cb035cb1bdc242b425c865dd387c54ce708c3"
|
||||
REVISION="3"
|
||||
PATCHES="sdllopan-10.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
sdllopan = $portVersion
|
||||
app:lopan = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
"
|
||||
@@ -37,7 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
PATCHES="sdllopan-10.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user