| 1 | DESCRIPTION="A 3 degrees of freedom combat game" |
|---|
| 2 | MESSAGE="Only builds with gcc4 and does not function. Needs terminal to open" |
|---|
| 3 | HOMEPAGE="http://www.hardgeus.com/cylindrix/" |
|---|
| 4 | SRC_URI="http://www.hardgeus.com/cylindrix/cylindrix-1.0.tar.gz" |
|---|
| 5 | CHECKSUM_MD5="914cf70b0a95f4a36cfdfde7edbaa240" |
|---|
| 6 | STATUS_HAIKU="unstable" |
|---|
| 7 | REVISION="1" |
|---|
| 8 | DEPEND=" media-libs/allegro >=4.4.1" |
|---|
| 9 | BUILD { |
|---|
| 10 | cd cylindrix |
|---|
| 11 | ./configure |
|---|
| 12 | make |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | INSTALL { |
|---|
| 16 | cd cylindrix |
|---|
| 17 | GAMEDIR=`finddir B_APPS_DIRECTORY`/"Cylindrix" |
|---|
| 18 | mkdir -p ${DESTDIR}/${GAMEDIR} |
|---|
| 19 | cp -af cylindrix ${DESTDIR}/${GAMEDIR} |
|---|
| 20 | cp -af wav_data ${DESTDIR}/${GAMEDIR} |
|---|
| 21 | cp -af gamedata ${DESTDIR}/${GAMEDIR} |
|---|
| 22 | cp -af 3d_data ${DESTDIR}/${GAMEDIR} |
|---|
| 23 | cp -af stats ${DESTDIR}/${GAMEDIR} |
|---|
| 24 | cp -af ".deps" ${DESTDIR}/${GAMEDIR} |
|---|
| 25 | cp -af pcx_data ${DESTDIR}/${GAMEDIR} |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | LICENSE="GNU GPL v2" |
|---|
| 29 | COPYRIGHT="2001 Hotwarez" |
|---|