summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
authorJoseVBeneyto <sepen@users.sourceforge.net>2009-01-12 09:20:57 +0000
committerJoseVBeneyto <sepen@users.sourceforge.net>2009-01-12 09:20:57 +0000
commitbd3f5f7c0ca22a2b3bb6e1560d3d32a44351049d (patch)
treefe4c36dcb27d5f98edb86fc141d4eada42c767c1 /neon
parent30eb2f742990ddc114e3ae770193ff25d205e87d (diff)
downloadopt-bd3f5f7c0ca22a2b3bb6e1560d3d32a44351049d.tar.gz
opt-bd3f5f7c0ca22a2b3bb6e1560d3d32a44351049d.tar.xz
neon: new maintainer and cleaned up
Diffstat (limited to 'neon')
-rw-r--r--neon/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/neon/Pkgfile b/neon/Pkgfile
index ad18983da..febc9718f 100644
--- a/neon/Pkgfile
+++ b/neon/Pkgfile
@@ -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/
}

Generated by cgit