Initial .bep file for gnurobbo, from michaelvoliveira

This commit is contained in:
Scott McCreary
2010-10-05 20:57:25 +00:00
parent 0a38ffdbf8
commit 5faa56feba

View 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"