Updated neon to 0.29.3

This commit is contained in:
Scott McCreary
2010-02-28 05:26:56 +00:00
parent 50fd45d9c7
commit 8bdad06659
2 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION="neon is an HTTP and WebDAV client library, with a C interface"
HOMEPAGE="http://www.webdav.org/neon/"
SRC_URI="http://www.webdav.org/neon/neon-0.29.3.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="openssl, libxml2"
CHECKSUM_MD5="ba1015b59c112d44d7797b62fe7bee51"
BUILD {
cd neon-0.29.3
autogen.sh
./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared
make
}
INSTALL {
cd neon-0.29.3
make install
}

View File

@@ -1,5 +1,5 @@
Package: neon
Version: 0.29.1
Copyright: 1999-2009 Joe Orton
Version: 0.29.3
Copyright: 1999-2010 Joe Orton
License: GNU LGPL v2
URL: http://www.webdav.org/neon