mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
dragonmemory: code style.
This commit is contained in:
@@ -4,24 +4,27 @@ Dragon Memory is a simple but fun memory game with very detailed graphics and \
|
||||
addictive gameplay.
|
||||
"
|
||||
HOMEPAGE="https://sourceforge.net/projects/dragonmemory/"
|
||||
COPYRIGHT="2011 Santiago Radeff Leria http://www.dragontech.net/"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://cznic.dl.sourceforge.net/project/dragonmemory/DragonMemory-source.tgz
|
||||
http://heanet.dl.sourceforge.net/project/dragonmemory/DragonMemory-source.tgz"
|
||||
SOURCE_FILENAME="DragonMemory-1-source.tgz"
|
||||
CHECKSUM_SHA256="e0d7ff168cc7a5e01247e4c290346bf26a8423e0fc7b7b3047f437451c8f37b5"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
SOURCE_FILENAME="DragonMemory-1-source.tgz"
|
||||
SOURCE_DIR="DragonMemory"
|
||||
PATCHES="dragonmemory-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
dragonmemory = $portVersion
|
||||
app:dragonmemory = $portVersion"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend"
|
||||
REQUIRES="
|
||||
lib:libsdl
|
||||
lib:libsdl_image
|
||||
lib:libsdl_mixer
|
||||
lib:libglu
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
@@ -30,16 +33,11 @@ BUILD_REQUIRES="
|
||||
devel:libsdl_mixer
|
||||
devel:libglu
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
lib:libsdl
|
||||
lib:libsdl_image
|
||||
lib:libsdl_mixer
|
||||
lib:libglu
|
||||
"
|
||||
|
||||
COPYRIGHT="2011 Santiago Radeff Leria http://www.dragontech.net/"
|
||||
LICENSE="GNU GPL v3"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user