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

Context Navigation

  • Back to dev-libs/tinyxml/2.6.1

dev-libs/tinyxml/2.6.1: tinyxml-2.6.1.bep

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

.bep file with build install instructions. don't have checksum

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.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd tinyxml
9        make
10}
11
12INSTALL {
13        cd tinyxml
14        cp *.so* *.a /boot/common/lib
15        mkdir /boot/common/include/tinyxml
16        cp *.h /boot/common/include/tinyxml
17}

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/