# Maintainer:  Simone Rota, sip at crux dot nu
# Description: neon is an HTTP and WebDAV client library
# URL:         http://www.webdav.org/neon 
# Depends on:  openssl expat 

name=neon
version=0.28.3
release=1
source=(http://www.webdav.org/neon/neon-${version}.tar.gz)

build() {
    cd $name-$version
    ./configure --prefix=/usr \
                --mandir=/usr/man \
                --with-ssl \
                --with-expat \
                --enable-shared \
                --disable-static \
                --disable-debug
    make
    make DESTDIR=$PKG install

    rm -rf $PKG/usr/share/
}
