opt/neon/Pkgfile

24 lines
571 B
Plaintext
Raw Normal View History

2007-01-23 17:56:01 +01:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Description: neon is an HTTP and WebDAV client library
# URL: http://www.webdav.org/neon
# Depends on: openssl expat
name=neon
2007-08-18 00:26:21 +02:00
version=0.26.4
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.webdav.org/neon/neon-${version}.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-ssl \
--with-expat \
--enable-shared \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/
}