Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1183 - (show annotations) (download)
Sat Apr 25 15:41:08 2009 UTC (15 years ago) by niro
File size: 856 byte(s)
-libtool broken
1 # $Id$
2
3 PNAME="neon"
4 PVER="0.28.4"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8 STATE="broken"
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
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure \
35 --enable-shared \
36 --disable-debug \
37 --disable-warnings \
38 --disable-memleak \
39 --disable-tests-install \
40 --with-libxml2 \
41 --with-zlib \
42 --with-ssl=openssl \
43 --without-gssapi \
44 --without-pakchois \
45 || die
46
47 mmake || die
48 }

Properties

Name Value
svn:keywords Id