Goonies: directory restructure

This commit is contained in:
Sergei Reznikov
2016-01-23 13:27:19 +03:00
parent b1f88b9f69
commit 11144b3801
2 changed files with 47 additions and 16 deletions

View File

@@ -1,9 +1,8 @@
SUMMARY="Find treasure and escape back to save the Goon Docks from demolition"
DESCRIPTION="
The action takes place in the sleepy seaside town of Cauldron Point - down in \
an area known as the Goon Docks. The Goonies are a group of local kids - Mikey, \
Brand, Mouth, Chunk and Data. One day they find an old treasure map in Mikey's \
attic.
DESCRIPTION="The action takes place in the sleepy seaside town of Cauldron \
Point - down in an area known as the Goon Docks. The Goonies are a group of \
local kids - Mikey, Brand, Mouth, Chunk and Data. One day they find an old \
treasure map in Mikey's attic.
Data figures that this must be the fabulous hidden treasure of the \
notorious local pirate, One-Eyed Willy.
The girls, Andy and Stef, join the other Goonies and the adventure begins. But \
@@ -12,14 +11,13 @@ the Fratelli Gang, and the Goonies are soon trapped! The Goonies have a \
powerful ally on their side, however, in the form of the huge and amiable Sloth.
When you play this game, you are Sloth! Can you help the Goonies find the \
treasure and escape back to save the Goon Docks from demolition?
"
treasure and escape back to save the Goon Docks from demolition?"
HOMEPAGE="http://www2.braingames.getput.com/goonies/"
LICENSE="GNU GPL v2"
COPYRIGHT="2006-2009 Brain Games"
SOURCE_URI="http://braingames.jorito.net/goonies/downloads/goonies.src_1.4.1528.tgz"
CHECKSUM_SHA256="9e9c1e67a41dfae512e975b6931828cdc82f07397921ca0a41a81c3020a73799"
REVISION="2"
REVISION="3"
ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
@@ -61,12 +59,13 @@ BUILD()
INSTALL()
{
installDir=$appsDir/"Goonies"
mkdir -p "$installDir"
make install PREFIX="$installDir" GAMEDIR="$installDir"
# cd "$installDir"
# echo -e "#!/bin/sh\n`cat roadfighter`" > roadfighter
make install PREFIX=$appsDir/Goonies GAMEDIR=$appsDir/Goonies
addAppDeskbarSymlink "$installDir/goonies" "Goonies"
rm $appsDir/Goonies/goonies
mv $appsDir/Goonies/share/games/goonies/* $appsDir/Goonies
mv $appsDir/Goonies/goonies $appsDir/Goonies/Goonies
rm -rf $appsDir/Goonies/share
addAppDeskbarSymlink $appsDir/Goonies/Goonies
}