HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #390

Ticket #390: celestia-1.6.0.bep

File celestia-1.6.0.bep, 610 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Marked as unstable, because of our Mesa Renderer

Line 
1DESCRIPTION="Celestia - The free space simulation"
2HOMEPAGE="http://www.shatters.net/celestia/"
3SRC_URI="http://sourceforge.net/projects/celestia/files/Celestia-source/1.6.0/celestia-1.6.0.tar.gz/download"
4CHECKSUM_MD5="9b96a8e7666ab5a26f032b9d605e023d"
5REVISION="1"
6STATUS_HAIKU="unstable"
7DEPEND="dev-lang/lua >= 5.1.4
8                sys-devel/gettext >= 0.17"
9
10BUILD {
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
18INSTALL {
19        cd celestia-1.6.0
20        make install
21}
22
23LICENSE="GNU GPL v2"
24COPYRIGHT="2001-2008 Celestia Development Team"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/