opt/neon/Pkgfile

25 lines
640 B
Plaintext
Raw Normal View History

2009-01-12 10:20:57 +01:00
# Description: Neon is an HTTP and WebDAV client library
# URL: http://www.webdav.org/neon
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
2010-01-04 08:17:58 +01:00
# Depends on: openssl expat
2006-02-23 16:26:10 +01:00
name=neon
2011-05-04 09:22:25 +02:00
version=0.29.6
2006-02-23 16:26:10 +01:00
release=1
2009-01-12 10:20:57 +01:00
source=(http://www.webdav.org/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2008-08-04 15:18:28 +02:00
--mandir=/usr/man \
2006-02-23 16:26:10 +01:00
--with-ssl \
--with-expat \
--enable-shared \
--disable-static \
2008-08-04 15:18:28 +02:00
--disable-debug
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/
}