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

Context Navigation

  • Back to Ticket #254

Ticket #254: tinyxml-2.5.3.bep

File tinyxml-2.5.3.bep, 439 bytes (added by michaelvoliveira, 6 years ago)

Initial beep file. It's useless for now, because the makefile generated by ./configure command needs patching

Line 
1DESCRIPTION="TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs"
2HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html"
3SRC_URI="http://downloads.sourceforge.net/project/tinyxml/tinyxml/2.5.3/tinyxml_2_5_3.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd tinyxml-2.5.3
9        ./configure --prefix=/boot/common
10        make
11}
12
13INSTALL {
14        cd tinyxml-2.5.3
15        make install
16}

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/