diff --git a/net-misc/neon/neon-0.29.4.bep b/net-misc/neon/neon-0.29.4.bep new file mode 100644 index 000000000..606d28616 --- /dev/null +++ b/net-misc/neon/neon-0.29.4.bep @@ -0,0 +1,21 @@ +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.4.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="dev-libs/openssl >= 1.0.0 + dev-libs/libxml2 >= 2.7.7" +CHECKSUM_MD5="29438dbdaee84db2d7fbc73248a92d93" +BUILD { + cd neon-0.29.4 + autogen.sh + ./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared + make +} + +INSTALL { + cd neon-0.29.4 + make install +} +LICENSE="GNU LGPL v2" +COPYRIGHT="1999-2010 Joe Orton" diff --git a/net-misc/neon/neon-0.25.4.diff b/net-misc/neon/patches/neon-0.25.4.diff similarity index 100% rename from net-misc/neon/neon-0.25.4.diff rename to net-misc/neon/patches/neon-0.25.4.diff diff --git a/net-misc/neon/neon-0.28.3-haiku.diff b/net-misc/neon/patches/neon-0.28.3-haiku.diff similarity index 100% rename from net-misc/neon/neon-0.28.3-haiku.diff rename to net-misc/neon/patches/neon-0.28.3-haiku.diff