mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
@@ -4,7 +4,7 @@ resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
|
||||
resource app_version {
|
||||
major = 1,
|
||||
middle = 9,
|
||||
minor = 7,
|
||||
minor = 8,
|
||||
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 0,
|
||||
@@ -1,15 +1,17 @@
|
||||
SUMMARY="An addictive action-puzzle game"
|
||||
DESCRIPTION="So, uh, there's a bunch of penguins on an iceberg in \
|
||||
Antarctica. You have been selected to catch them so they can be shipped \
|
||||
to Finland, where they are essential to a secret plot for world domination."
|
||||
to Finland, where they are essential to a secret plot for world domination.
|
||||
|
||||
Do not install this package in your ~/config/packages directory"
|
||||
HOMEPAGE="https://mattdm.org/icebreaker/"
|
||||
COPYRIGHT="2000-2002 Matthew Miller"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://mattdm.org/icebreaker/1.9.x/icebreaker-1.9.7.tgz"
|
||||
CHECKSUM_SHA256="ca8b344a6a37b2041fba83271ae5e7566cbc8dc4c3367addd46f2a2f3573017e"
|
||||
SOURCE_URI="https://mattdm.org/icebreaker/1.9.x/icebreaker-$portVersion.tgz"
|
||||
CHECKSUM_SHA256="2e9b1e898c50562c503cb109172c422544d2e5de09e642bb8eb3401a9180adc4"
|
||||
PATCHES="icebreaker-$portVersion.patch"
|
||||
ADDITIONAL_FILES="icebreaker-$portVersion.rdef"
|
||||
ADDITIONAL_FILES="icebreaker.rdef"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
@@ -21,14 +23,14 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
devel:libSDL
|
||||
devel:libSDL_mixer
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
@@ -40,19 +42,23 @@ BUILD()
|
||||
{
|
||||
#install the app through HaikuDepot or drop/copy it to \
|
||||
#system/packages
|
||||
make prefix=$prefix bindir=$appsDir datadir=$dataDir \
|
||||
highscoredir=$settingsDir mandir=$manDir
|
||||
make prefix=$prefix bindir=$appsDir \
|
||||
datadir=$dataDir \
|
||||
highscoredir=$settingsDir \
|
||||
mandir=$manDir
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make prefix=$prefix bindir=$appsDir datadir=$dataDir \
|
||||
highscoredir=$settingsDir mandir=$manDir \
|
||||
make prefix=$prefix bindir=$appsDir \
|
||||
datadir=$dataDir \
|
||||
highscoredir=$settingsDir \
|
||||
mandir=$manDir \
|
||||
install
|
||||
mv $appsDir/icebreaker $appsDir/IceBreaker
|
||||
|
||||
addResourcesToBinaries \
|
||||
$portDir/additional-files/icebreaker-$portVersion.rdef \
|
||||
$portDir/additional-files/icebreaker.rdef \
|
||||
$appsDir/IceBreaker
|
||||
|
||||
addAppDeskbarSymlink $appsDir/IceBreaker
|
||||
Reference in New Issue
Block a user