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

Context Navigation

  • Back to Ticket #467

Ticket #467: xerces-c-3.1.1.bep

File xerces-c-3.1.1.bep, 602 bytes (added by michaelvoliveira, 4 years ago)

You are right! are identicals! replacing license entry…

Line 
1DESCRIPTION="Xerces-C++ is a validating XML parser written in a portable subset of C++"
2HOMEPAGE="http://xerces.apache.org/xerces-c/"
3SRC_URI="http://mirror.pop-sc.rnp.br/apache//xerces/c/3/sources/xerces-c-3.1.1.tar.gz"
4CHECKSUM_MD5="6a8ec45d83c8cfb1584c5a5345cb51ae"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="pkgconfig >= 0.23"
8
9BUILD {
10        cd xerces-c-3.1.1
11        libtoolize --copy --force --install
12        autoreconf -i
13        ./configure --prefix=/boot/common
14        make
15}
16
17INSTALL {
18        cd xerces-c-3.1.1
19        make install
20}
21
22LICENSE="Apache v2"
23COPYRIGHT="1999 IBM Corporation
24                   1999-2010 The Apache Software Foundation"

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/