Magellan Linux

Contents of /trunk/core/neon/neon-0.29.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3583 - (show annotations) (download)
Mon Oct 26 16:57:07 2009 UTC (14 years, 6 months ago) by niro
File size: 854 byte(s)
auto added: ver bump to 0.29.0-r1
1 # $Id$
2
3 PNAME="neon"
4 PVER="0.29.0"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="neon is an http and webdav client library, with a C interface."
11 HOMEPAGE="http://www.webdav.org/neon/"
12
13 DEPEND=">= dev-libs/libxml2-2.6
14 >= dev-libs/openssl-0.9.8
15 >= sys-libs/zlib-1.2.3"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 http://www.webdav.org/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE} | grep 'Changes in release' | sed 's/.*neon\ \([0-9].*\),.*/\1/g;q'"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 mconfigure \
34 --enable-shared \
35 --disable-debug \
36 --disable-warnings \
37 --disable-memleak \
38 --disable-tests-install \
39 --with-libxml2 \
40 --with-zlib \
41 --with-ssl=openssl \
42 --without-gssapi \
43 --without-pakchois \
44 || die
45
46 mmake || die
47 }

Properties

Name Value
svn:keywords Id