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

Context Navigation

  • Back to Ticket #255

Ticket #255: mxml-2.6.bep

File mxml-2.6.bep, 528 bytes (added by michaelvoliveira, 6 years ago)

corrected the link to file download and do the correct commands to build a shared library

Line 
1DESCRIPTION="Mini-XML is a small XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. "
2HOMEPAGE="http://www.minixml.org/index.php"
3SRC_URI="http://ftp.easysw.com/pub/mxml/2.6/mxml-2.6.tar.gz"
4REVISION="1"
5STATUS_R5="untested"
6STATUS_BONE="untested"
7STATUS_HAIKU="stable"
8DEPEND=""
9BUILD {
10        cd mxml-2.6
11        ./configure --prefix=/boot/common --enable-shared
12        make
13}
14       
15INSTALL {
16        cd mxml-2.6
17        make install
18}

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/