Ticket #274: cylindrix-1.0.bep
| File cylindrix-1.0.bep, 366 bytes (added by michaelvoliveira, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="Cylindrix is a 3 degrees of freedom combat game" |
| 2 | HOMEPAGE="http://www.hardgeus.com/cylindrix/" |
| 3 | SRC_URI="http://www.hardgeus.com/cylindrix/cylindrix-1.0.tar.gz" |
| 4 | REVISION="1" |
| 5 | STATUS_HAIKU="stable" |
| 6 | DEPEND="media-lib/allegro >= 4.4.0" |
| 7 | BUILD { |
| 8 | cd cylindrix |
| 9 | CFLAGS='-02' ./configure --prefix=/boot/common |
| 10 | make |
| 11 | } |
| 12 | |
| 13 | INSTALL { |
| 14 | cd cylindrix |
| 15 | make install |
| 16 | } |
