Magellan Linux

Contents of /trunk/extras/xerces-c/xerces-c-3.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5767 - (show annotations) (download)
Mon Aug 9 14:58:12 2010 UTC (13 years, 10 months ago) by niro
File size: 815 byte(s)
auto added: ver bump to 3.1.1-r1
1 # $Id: xerces-c-2.8.0-r3.smage2 4018 2009-11-17 15:28:20Z niro $
2
3 PNAME="xerces-c"
4 PVER="3.1.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="Xerces-C++ is a validating XML parser written in a portable subset of C++."
11 HOMEPAGE="http://xml.apache.org/xerces-c/"
12
13 SRCFILE="${PNAME}-${PVER}.tar.gz"
14 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
15
16 sminclude mbuild
17
18 UP2DATE="updatecmd http://www.apache.org/dist/xerces/c/3/sources/ | grep ${PNAME}- | lasttarball gz"
19
20 SRC_URI=(
21 http://www.apache.org/dist/xerces/c/3/sources/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28 mconfigure \
29 --disable-pretty-make \
30 --disable-static \
31 --enable-threads \
32 --enable-msgloader-inmemory \
33 --enable-transcoder-gnuiconv \
34 --enable-netaccessor-socket \
35 || die
36
37 mmake -j1 || die
38 }