summaryrefslogtreecommitdiffstats
path: root/base/neon/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-07 21:56:27 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-07 21:56:27 +0100
commit4fbae37e19eff540faa21d38436b6bbbe49dce13 (patch)
treed9cba883d56f0344d4682c549630ede7b19063f2 /base/neon/Pkgfile
parent3a226530a2c022dc1e8f25bb3ab982eb9600bd0a (diff)
downloadnutyx-pakxe-4fbae37e19eff540faa21d38436b6bbbe49dce13.tar.gz
nutyx-pakxe-4fbae37e19eff540faa21d38436b6bbbe49dce13.tar.bz2
nutyx-pakxe-4fbae37e19eff540faa21d38436b6bbbe49dce13.tar.xz
nutyx-pakxe-4fbae37e19eff540faa21d38436b6bbbe49dce13.zip
neon, maj 0.29.5-1 et déplacé dans base
Diffstat (limited to 'base/neon/Pkgfile')
-rwxr-xr-xbase/neon/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/base/neon/Pkgfile b/base/neon/Pkgfile
new file mode 100755
index 000000000..e8b7d7bcd
--- /dev/null
+++ b/base/neon/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Wrapper for common HTTP and WebDAV
+# URL: http://www.webdav.org/neon/
+# Maintainer: NuTyX
+# Packager: thierryn1 at hispeed dot ch
+
+name=neon
+version=0.29.5
+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/
+}
+