Magellan Linux

Contents of /trunk/core/xmlrpc-c/xmlrpc-c-1.06.33-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1629 - (show annotations) (download)
Tue May 12 17:04:27 2009 UTC (15 years ago) by niro
File size: 1008 byte(s)
auto added: ver bump to 1.06.33-r1
1 # $Id$
2
3 PNAME="xmlrpc-c"
4 PVER="1.06.33"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Programming library for writing an XML-RPC server or client in C or C++."
11 HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
12
13 DEPEND=">= net-misc/curl-7
14 >= dev-libs/libxml2-2.7"
15
16
17 SRCFILE="${PNAME}-${PVER}.tgz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-1.06.21-pic.patch
26 mirror://${PNAME}/${PNAME}-1.06.21-strsol.patch
27 )
28
29 UP2DATE="updatecmd_sourceforge ${PNAME} 'Xmlrpc-c Super Stable'"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE}
34 cd ${SRCDIR}
35
36 # fixes pic issues
37 mpatch ${PNAME}-1.06.21-pic.patch || die
38 # fixes some build issues
39 mpatch ${PNAME}-1.06.21-strsol.patch || die
40 }
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 mconfigure \
47 --enable-libxml2-backend \
48 --enable-abyss-threads \
49 --enable-curl-client \
50 --disable-libwww-client \
51 --disable-wininet-client \
52 || die
53
54 mmake -j1 || die
55 }

Properties

Name Value
svn:keywords Id