Files
haikuports/games-arcade/opentyrian_data/opentyrian_data-21.recipe
2015-12-15 19:23:06 +01:00

39 lines
1.2 KiB
Bash

SUMMARY="A port of the DOS shoot-em-up Tyrian (data files) "
DESCRIPTION="OpenTyrian is an arcade-style vertical scrolling shooter. The story is set in the \
year 20,031 where you play as Trent Hawkins, a skilled fighter-pilot employed to fight Microsol \
and save the galaxy. February 2007 the Pascal source code for Tyrian was licensed for a small \
group of developers to re-write it in C, in a project named OpenTyrian, licensed under the GNU \
General Public License. Following that announcement, in April 2007 Daniel Cook announced the \
free availability of his Tyrian artwork under generic liberal terms."
HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/"
COPYRIGHT="OpenTyrian Team"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://sites.google.com/a/camanis.net/opentyrian/tyrian/tyrian$portVersion.zip"
SOURCE_DIR="tyrian$portVersion"
CHECKSUM_SHA256="7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="
opentyrian_data = $portVersion
"
#REQUIRES="
# "
#BUILD_REQUIRES="
# "
#BUILD_PREREQUIRES="
# "
BUILD()
{
true
}
INSTALL()
{
mkdir -p $appsDir/OpenTyrian
mkdir -p $appsDir/OpenTyrian/data
cp -r * $appsDir/OpenTyrian/data/
}