mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
neon-0.29.6: Update from trunk and update for hpkg building
This commit is contained in:
47
net-misc/neon/neon-0.29.6.bep
Normal file
47
net-misc/neon/neon-0.29.6.bep
Normal 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"
|
||||
Reference in New Issue
Block a user