From 43728ff6f4c9fbf3128838d07e478d158f1e072f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 29 Mar 2013 00:58:02 +0000 Subject: [PATCH] neon-0.29.6: Update from trunk and update for hpkg building --- net-misc/neon/neon-0.29.6.bep | 47 +++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 net-misc/neon/neon-0.29.6.bep diff --git a/net-misc/neon/neon-0.29.6.bep b/net-misc/neon/neon-0.29.6.bep new file mode 100644 index 000000000..53911385f --- /dev/null +++ b/net-misc/neon/neon-0.29.6.bep @@ -0,0 +1,47 @@ +SUMMARY="HTTP and WebDAV client library, with a C interface" +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.6.tar.gz" +CHECKSUM_MD5="591e0c82e6979e7e615211b386b8f6bc" +REVISION="2" +STATUS_HAIKU="stable" + +PROVIDES="neon = $portVersion compat >= 0.29 + lib:libneon = 27.2.6 compat >= 27.2" +REQUIRES="haiku >= $haikuVersion + openssl >= 1.0.0 + libxml2 >= 2.7.8" +BUILD_REQUIRES="cmd:aclocal + cmd:autoconf + cmd:gcc + cmd:ld + cmd:make" +BUILD_PREREQUIRES="haiku-devel >= $haikuVersion" + +SOURCE_DIR="$portVersionedName" + +BUILD { + echo 'LT_INIT' >> configure.in + echo 'AC_CONFIG_MACRO_DIR([macros])' >> configure.in + ./autogen.sh + libtoolize --force --copy --install + aclocal + autoconf + ./autogen.sh + libtoolize --force --copy --install + aclocal -I macros + autoconf + ./configure $configureDirArgs \ + --with-ssl \ + --with-libxml2 \ + --enable-shared \ + --disable-nls + make +} + +INSTALL { + make install +} + +LICENSE="GNU LGPL v2" +COPYRIGHT="1999-2011 Joe Orton"