Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1180 - (show annotations) (download)
Sat Apr 25 15:02:10 2009 UTC (15 years ago) by niro
File size: 831 byte(s)
auto added: ver bump to 0.28.4-r1
1 # $Id$
2
3 PNAME="neon"
4 PVER="0.28.4"
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 || die
44
45 mmake || die
46 }

Properties

Name Value
svn:keywords Id