mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
new recipes for TuxRacer (#572)
This commit is contained in:
39
games-action/tuxracer_data/tuxracer_data-0.61.recipe
Normal file
39
games-action/tuxracer_data/tuxracer_data-0.61.recipe
Normal file
@@ -0,0 +1,39 @@
|
||||
SUMMARY="Data files for TuxRacer"
|
||||
DESCRIPTION="Tux Racer lets you take on the role of Tux the Linux Penguin \
|
||||
as he races down steep, snow-covered mountains. Enter cups and compete to \
|
||||
win the title! Tux Racer includes a variety of options for gameplay, including \
|
||||
the ability to race courses in fog, at night, and under high winds."
|
||||
HOMEPAGE="http://tuxracer.sourceforge.net"
|
||||
COPYRIGHT="1999-2001 Jasmin F. Patry"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.sourceforge.net/tuxracer/tuxracer-data-0.61.tar.gz"
|
||||
CHECKSUM_SHA256="3783d204b7bb1ed16aa5e5a1d5944de10fbee05bc7cebb8f616fce84301f3651"
|
||||
SOURCE_DIR="tuxracer-data-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
DISABLE_SOURCE_PACKAGE="yes"
|
||||
|
||||
PROVIDES="
|
||||
tuxracer_data = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/TuxRacer/data
|
||||
mv ./* $appsDir/TuxRacer/data
|
||||
}
|
||||
Reference in New Issue
Block a user