| 1 | DESCRIPTION="Celestia - The free space simulation" |
|---|
| 2 | HOMEPAGE="http://www.shatters.net/celestia/" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/celestia/files/Celestia-source/1.6.0/celestia-1.6.0.tar.gz/download" |
|---|
| 4 | CHECKSUM_MD5="9b96a8e7666ab5a26f032b9d605e023d" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="unstable" |
|---|
| 7 | DEPEND="dev-lang/lua >= 5.1.4 |
|---|
| 8 | sys-devel/gettext >= 0.17" |
|---|
| 9 | |
|---|
| 10 | BUILD { |
|---|
| 11 | cd celestia-1.6.0 |
|---|
| 12 | libtoolize --force --copy --install |
|---|
| 13 | autoreconf -i |
|---|
| 14 | ./configure --prefix=/boot/apps/celestia --with-glut |
|---|
| 15 | make |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | INSTALL { |
|---|
| 19 | cd celestia-1.6.0 |
|---|
| 20 | make install |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | LICENSE="GNU GPL v2" |
|---|
| 24 | COPYRIGHT="2001-2008 Celestia Development Team" |
|---|