mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
SUMMARY="a game like Deflektor (C64) or Mindbender (Amiga) "
|
|
HOMEPAGE="http://www.artsoft.org/mirrormagic/"
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1989-2003 Artsoft Entertainment"
|
|
SRC_URI="http://www.artsoft.org/RELEASES/unix/mirrormagic/mirrormagic-2.0.2.tar.gz"
|
|
#CHECKSUM_MD5="10c03c69d2df6bcae9d835d18215978f"
|
|
REVISION="1"
|
|
ARCHITECTURES="x86_gcc2"
|
|
|
|
PROVIDES="
|
|
mirrormagic = $portVersion
|
|
app:mirrormagic = $portVersion
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku$secondaryArchSuffix >= $haikuVersion
|
|
lib:libsdl$secondaryArchSuffix
|
|
lib:libsdl_image$secondaryArchSuffix
|
|
lib:libsdl_mixer$secondaryArchSuffix
|
|
"
|
|
BUILD_REQUIRES="
|
|
devel:libsdl$secondaryArchSuffix
|
|
devel:libsdl_image$secondaryArchSuffix
|
|
devel:libsdl_mixer$secondaryArchSuffix
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
|
haiku_devel >= $haikuVersion
|
|
cmd:gcc$secondaryArchSuffix
|
|
cmd:ld$secondaryArchSuffix
|
|
cmd:make
|
|
"
|
|
|
|
PATCHES="mirrormagic-2.0.2.patchset"
|
|
BUILD()
|
|
{
|
|
# parallel build not available.
|
|
make sdl
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
destDir="$appsDir/Mirror Magic"
|
|
mkdir -p "$destDir"
|
|
cp -r mirrormagic graphics levels music sounds "$destDir"
|
|
addAppDeskbarSymlink "$destDir/mirrormagic" "Mirror Magic"
|
|
}
|
|
|
|
# ----- DESCRIPTION -----------------------------------------------------------
|
|
|
|
DESCRIPTION="
|
|
Make the Laser reach the target by rotating mirrors, but take care of not
|
|
overheating.
|
|
"
|