Initial .bep file for neon-0.29.1

This commit is contained in:
Scott McCreary
2009-12-26 23:25:37 +00:00
parent a2505cfdaf
commit 5a5430bbfe
2 changed files with 19 additions and 1 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.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="openssl, libxml2"
CHECKSUM_MD5="eb4eac0499cb6fced6e3b11e4b720ebb"
BUILD {
cd neon-0.29.1
autogen.sh
./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared
make
}
INSTALL {
cd neon-0.29.1
make install
}

View File

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