Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1269 - (hide annotations) (download)
Sun Apr 26 18:54:24 2009 UTC (15 years, 1 month ago) by niro
File size: 858 byte(s)
-fixed smage to build this proberly
1 niro 1180 # $Id$
2    
3     PNAME="neon"
4     PVER="0.28.4"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-misc"
8 niro 1269 STATE="unstable"
9 niro 1180
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 niro 1183 src
30 niro 1180 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 niro 1181 --without-pakchois \
45 niro 1180 || die
46    
47     mmake || die
48     }

Properties

Name Value
svn:keywords Id