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 }