neon-0.29.6: Update from trunk and update for hpkg building

This commit is contained in:
Ingo Weinhold
2013-03-29 00:58:02 +00:00
parent 4a26d0a4c9
commit 43728ff6f4

View File

@@ -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"