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

Context Navigation

  • Back to Ticket #254

Ticket #254: tinyxml-2.6.1.bep

File tinyxml-2.6.1.bep, 618 bytes (added by michaelvoliveira, 5 years ago)

merged .opd file. corrected the build instructions

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://sourceforge.net/projects/tinyxml/files/tinyxml/2.6.1/tinyxml_2_6_1.zip/download"
4CHECKSUM_MD5="60f92af4f43364ab0c6d5b655e804bd3"
5REVISION="2"
6STATUS_HAIKU="stable"
7DEPEND=""
8
9BUILD {
10        cd tinyxml
11        make -f Makefile.shlib
12}
13
14INSTALL {
15        cd tinyxml
16        cp *.so* *.a /boot/common/lib
17        mkdir /boot/common/include/tinyxml
18        cp *.h /boot/common/include/tinyxml
19}
20
21LICENSE="BSD (3-clause)"
22COPYRIGHT="2001-2010 Lee Thomason"

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/