opt/neon/Pkgfile

25 lines
615 B
Plaintext

# 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.sfr-fresh.com/fresh/unix/www/$name-$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/
}