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

Context Navigation

  • Back to Ticket #454

Ticket #454: sfml-1.6.bep

File sfml-1.6.bep, 436 bytes (added by scottmc, 5 years ago)
Line 
1DESCRIPTION="SFML - Simple and Fast Multimedia Library"
2HOMEPAGE="http://www.sfml-dev.org"
3SRC_URI="http://downloads.sourceforge.net/sfml/SFML-1.6-sdk-linux-32.tar.gz"
4REVISION="1"
5STATUS_HAIKU="broken"
6DEPEND=""
7CHECKSUM_MD5="acc678933c19558587aad8332ea6f459"
8BUILD {
9        cd SFML-1.6
10        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
11        make
12}
13
14INSTALL {
15        cd SFML-1.6
16        make install
17}
18
19LICENSE="Zlib"
20COPYRIGHT="2007-2009 Laurent Gomila"

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/