mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
28
games-arcade/alienblaster/alienblaster-1.1.0.recipe
Normal file
28
games-arcade/alienblaster/alienblaster-1.1.0.recipe
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="Action loaded 2D shooter"
|
||||
MESSAGE="As of right now this app can only be run through terminal"
|
||||
HOMEPAGE="www.schwardtnet.de/alienblaster"
|
||||
SRC_URI="http://www.schwardtnet.de/alienblaster/archives/alienblaster-1.1.0.tgz"
|
||||
CHECKSUM_MD5="27412a868f7d4ae0949036aeb29a6691"
|
||||
STATUS_HAIKU="stable"
|
||||
REVISION="1"
|
||||
DEPEND="media-libs/libsdl >= 1.2.7
|
||||
media-libs/sdl-mixer >= 1.2.5"
|
||||
BUILD()
|
||||
{
|
||||
cd alienblaster
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd alienblaster
|
||||
GAMEDIR=`finddir B_APPS_DIRECTORY`/"AlienBlaster"
|
||||
mkdir -p ${DESTDIR}/${GAMEDIR}
|
||||
cp -af alienBlaster ${DESTDIR}/${GAMEDIR}
|
||||
cp -af sound ${DESTDIR}/${GAMEDIR}
|
||||
cp -af images ${DESTDIR}/${GAMEDIR}
|
||||
cp -af cfg ${DESTDIR}/${GAMEDIR}
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2004 Paul Grathwol, Arne Hormann, Daniel Kuhn, Sonke Schwardt"
|
||||
Reference in New Issue
Block a user