neon: new maintainer and cleaned up

This commit is contained in:
JoseVBeneyto 2009-01-12 09:20:57 +00:00
parent 30eb2f7429
commit bd3f5f7c0c

View File

@ -1,12 +1,13 @@
# Maintainer: Simone Rota, sip at crux dot nu
# Description: neon is an HTTP and WebDAV client library
# URL: http://www.webdav.org/neon
# 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
# 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)
source=(http://www.webdav.org/$name/$name-$version.tar.gz)
build() {
cd $name-$version
@ -19,6 +20,5 @@ build() {
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/
}