Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1300 - (hide annotations) (download)
Tue Apr 28 18:59:06 2009 UTC (15 years, 1 month ago) by niro
File size: 854 byte(s)
-fixed a minor typo
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     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 niro 1181 --without-pakchois \
44 niro 1180 || die
45    
46     mmake || die
47     }

Properties

Name Value
svn:keywords Id