mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Split Flare into game and data package.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
SUMMARY="Single-player 2D action role playing game"
|
SUMMARY="A single-player 2D action role playing game"
|
||||||
DESCRIPTION="Flare is a single-player 2D action RPG with fast-paced action \
|
DESCRIPTION="Flare is a single-player 2D action RPG with fast-paced action \
|
||||||
and a dark fantasy style."
|
and a dark fantasy style."
|
||||||
HOMEPAGE="http://flarerpg.org"
|
HOMEPAGE="http://flarerpg.org"
|
||||||
SRC_URI="http://downloads.sourceforge.net/project/flare-game/Linux/flare.0.19.tar.gz"
|
SRC_URI="http://downloads.sourceforge.net/project/flare-game/Linux/flare.0.19.tar.gz"
|
||||||
CHECKSUM_SHA256="c96995fff6b71d44ddeae611b1ae4cd35162655f73088000786d03478f0a924e"
|
CHECKSUM_SHA256="c96995fff6b71d44ddeae611b1ae4cd35162655f73088000786d03478f0a924e"
|
||||||
SOURCE_DIR="flare.0.19"
|
SOURCE_DIR="flare.0.19"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
COPYRIGHT="2010-2013 Clint Bellanger"
|
COPYRIGHT="2010-2013 Clint Bellanger"
|
||||||
|
|
||||||
@@ -21,11 +21,23 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
|
flare_data == $portVersion
|
||||||
lib:libsdl$secondaryArchSuffix
|
lib:libsdl$secondaryArchSuffix
|
||||||
lib:libsdl_mixer$secondaryArchSuffix
|
lib:libsdl_mixer$secondaryArchSuffix
|
||||||
lib:libsdl_image$secondaryArchSuffix
|
lib:libsdl_image$secondaryArchSuffix
|
||||||
lib:libsdl_ttf$secondaryArchSuffix
|
lib:libsdl_ttf$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SUMMARY_data="Flare data files"
|
||||||
|
ARCHITECTURES_data="any"
|
||||||
|
|
||||||
|
PROVIDES_data="
|
||||||
|
flare_data = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES_data="
|
||||||
|
haiku
|
||||||
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libsdl$secondaryArchSuffix
|
devel:libsdl$secondaryArchSuffix
|
||||||
@@ -55,9 +67,10 @@ BUILD()
|
|||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir -p $appsDir
|
mkdir -p $appsDir $dataDir/flare
|
||||||
mkdir -p $dataDir/flare
|
|
||||||
cp flare $appsDir
|
cp flare $appsDir
|
||||||
cp -r mods $dataDir/flare/
|
cp -r mods $dataDir/flare/
|
||||||
|
packageEntries data $dataDir
|
||||||
addAppDeskbarSymlink $appsDir/flare "Flare"
|
addAppDeskbarSymlink $appsDir/flare "Flare"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user