mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
OpenTyrian: add recipe and patch for version 2.1
This commit is contained in:
38
games-arcade/opentyrian_data/opentyrian_data-21.recipe
Normal file
38
games-arcade/opentyrian_data/opentyrian_data-21.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
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/
|
||||
}
|
||||
Reference in New Issue
Block a user