mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Initial .bep file for gnurobbo, from michaelvoliveira
This commit is contained in:
25
games-puzzle/gnurobbo/gnurobbo-0.65.bep
Normal file
25
games-puzzle/gnurobbo/gnurobbo-0.65.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="GNU Robbo is a free open source reimplementation of Janusz Pelc's Robbo for the Atari XE/XL which was distributed by LK Avalon in 1989."
|
||||
HOMEPAGE="http://gnurobbo.sourceforge.net/"
|
||||
SRC_URI="http://mirrors.ludost.net/gentoo/distfiles/gnurobbo-0.65.6-source.tar.gz"
|
||||
CHECKSUM_MD5="bb7d2bc1282429ac5c0b89966b07e0cc"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-lib/libsdl >= 1.2.14
|
||||
media-lib/sdl-mixer >= 1.2.11
|
||||
media-lib/sdl-image >= 1.2.10
|
||||
media-lib/sdl-ttf >= 2.0.10"
|
||||
BUILD {
|
||||
cd gnurobbo-0.65.6
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd gnurobbo-0.65.6
|
||||
APPS_DIR=`finddir B_APPS_DIRECTORY`
|
||||
mkdir -p ${DESTDIR}${APPS_DIR}/gnurobbo
|
||||
cp gnurobbo ${DESTDIR}${APPS_DIR}/gnurobbo
|
||||
cp -rf data ${DESITDIR}${APPS_DIR}/gnurobbo
|
||||
}
|
||||
|
||||
COPYRIGHT="2002-2010 The GNU Robbo Team"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
Reference in New Issue
Block a user