description="Wrapper for common HTTP and WebDAV"
url="http://www.webdav.org/neon/"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(kerberos libxml2 expat)

name=neon
version=0.30.2
release=3

source=( http://www.webdav.org/neon/$name-$version.tar.gz)


build() {
cd $name-$version
./configure --prefix=/usr \
--with-expat \
--with-ssl=openssl \
--enable-shared \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libneon.la
}
