| 1 | DESCRIPTION="OpenCity is a free 3D city simulator" |
|---|
| 2 | HOMEPAGE="http://www.opencity.info/" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/opencity/files/Stable/0.0.6/opencity-0.0.6.3stable.tar.bz2/download" |
|---|
| 4 | CHECKSUM_MD5="d42d592019c27b9e10dbba51846826f1" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | MESSAGE="Please change your compiler to GCC 4 with setgcc command" |
|---|
| 7 | STATUS_HAIKU="stable" |
|---|
| 8 | DEPEND="media-lib/libsdl >= 1.2.14 |
|---|
| 9 | media-lib/sdl-mixer >= 1.2.11 |
|---|
| 10 | media-lib/sdl-image >= 1.2.10 |
|---|
| 11 | media-lib/sdl-net >= 1.2.7" |
|---|
| 12 | BUILD { |
|---|
| 13 | cd opencity-0.0.6.3stable |
|---|
| 14 | libtoolize --force --copy --install |
|---|
| 15 | ./configure --prefix=/boot/apps/opencity |
|---|
| 16 | make |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | INSTALL { |
|---|
| 20 | cd opencity-0.0.6.3stable |
|---|
| 21 | make install |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | COPYRIGHT="2003-2008 Duong Khang NGUYEN |
|---|
| 25 | 2003-2008 Frederic RODRIGO |
|---|
| 26 | 2006-2007 Brodie THIESFIELD |
|---|
| 27 | 2006 Angelo 'Encelo' THEODOROU |
|---|
| 28 | 2002-2004 Yves BERQUIN |
|---|
| 29 | 1999 Jeff MOLOFEE" |
|---|
| 30 | LICENSE="GNU GPL v2" |
|---|