Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 225 - (hide annotations) (download)
Wed Oct 15 20:08:47 2008 UTC (15 years, 7 months ago) by niro
File size: 818 byte(s)


1 niro 225 # $Header: /magellan-cvs/smage/neon/neon-0.28.0-r1.smage2,v 1.1 2008/02/15 23:21:08 niro Exp $
2    
3     PNAME="neon"
4     PVER="0.28.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     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure \
32     --enable-shared \
33     --disable-debug \
34     --disable-warnings \
35     --disable-memleak \
36     --disable-tests-install \
37     --with-libxml2 \
38     --with-zlib \
39     --with-ssl=openssl \
40     --without-gssapi \
41     || die
42    
43     mmake || die
44     }

Properties

Name Value
svn:keywords Id