summaryrefslogtreecommitdiffstats
path: root/extra/neon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/neon/Pkgfile')
-rwxr-xr-xextra/neon/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/neon/Pkgfile b/extra/neon/Pkgfile
deleted file mode 100755
index 854bfb298..000000000
--- a/extra/neon/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Wrapper for common HTTP and WebDAV
-# URL: http://www.webdav.org/neon/
-# Maintainer: NuTyX
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: expat
-# Run on: expat
-
-name=neon
-version=0.29.3
-release=1
-source=( http://www.webdav.org/neon/$name-$version.tar.gz)
-
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --with-ssl=openssl \
- --enable-shared \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/doc/
-}
-