mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Openarena: add recipe and patch for version 0.8.8
This commit is contained in:
32
games-action/openarena_data/openarena_data-0.8.8.recipe
Normal file
32
games-action/openarena_data/openarena_data-0.8.8.recipe
Normal file
@@ -0,0 +1,32 @@
|
||||
SUMMARY="Open-source replacement for Quake 3 Arena (data files)"
|
||||
DESCRIPTION="OpenArena is a free and open-source first-person shooter (FPS) computer game based \
|
||||
heavily on the Quake III Arena-style deathmatch. The OpenArena project was established on August \
|
||||
19, 2005, the day after the id Tech 3 GPL source code was released."
|
||||
HOMEPAGE="http://openarena.ws/"
|
||||
COPYRIGHT="OpenArena Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://freefr.dl.sourceforge.net/project/oarena/openarena-$portVersion.zip"
|
||||
SOURCE_DIR="openarena-$portVersion"
|
||||
CHECKSUM_SHA256="5a8faf7f5b51f351b0a1618c06b6b98a5f1a6758f1d39818de2c87df2a0bac4a"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="
|
||||
openarena_data = $portVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/OpenArena
|
||||
cp -r $sourceDir/baseoa $sourceDir/missionpack $appsDir/OpenArena/
|
||||
}
|
||||
Reference in New Issue
Block a user