| 1 | DESCRIPTION="Speed Dreams is a 3d cross-platform, open source motorsport simulation and racing game." |
|---|
| 2 | HOMEPAGE="http://speed-dreams.org/" |
|---|
| 3 | SRC_URI="speed-dreams-2.0.0-a3-r3412-src.tar" |
|---|
| 4 | CHECKSUM_MD5="980e31e7c33b9b7ffdf678f78381f961" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="media-libs/plib >= 1.8.5 |
|---|
| 8 | media-libs/openal >= 1.1.13 |
|---|
| 9 | media-libs/libsdl >= 1.2.14 |
|---|
| 10 | net-libs/enet = 1.2.2" |
|---|
| 11 | |
|---|
| 12 | BUILD { |
|---|
| 13 | cd speed-dreams-2.0.0-a3-r3412-src |
|---|
| 14 | cmake -DCMAKE_INSTALL_PREFIX=/boot/apps/Speed-Dreams . |
|---|
| 15 | make |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | INSTALL { |
|---|
| 19 | cd speed-dreams-2.0.0-a3-r3412-src |
|---|
| 20 | make install |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | LICENSE="GNU GPL v2" |
|---|
| 24 | COPYRIGHT="2009 Jean-Philippe Meuret" |
|---|