dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit ba59e64b40f7adc316347488cff90818e392b856
parent 58b49fe4643e5ac2d34d36f8628d10f91f1cd2ae
Author: Dan Callaghan <djc@djc.id.au>
Date:   Tue, 16 Nov 2010 21:51:44 +1000

added cadaver-0.23.3

Diffstat:
Mmetadata/categories.conf | 1+
Apackages/net-misc/cadaver/cadaver-0.23.3.exheres-0 | 22++++++++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -4,6 +4,7 @@ gnome-desktop
 gnome-extra
 gnome-platform
 mail-client
+net-misc
 sys-auth
 x11-libs
 x11-misc
diff --git a/packages/net-misc/cadaver/cadaver-0.23.3.exheres-0 b/packages/net-misc/cadaver/cadaver-0.23.3.exheres-0
@@ -0,0 +1,22 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+SUMMARY="Command-line WebDAV client"
+HOMEPAGE="http://www.webdav.org/cadaver/"
+DOWNLOADS="http://www.webdav.org/${PN}/${PNV}.tar.gz"
+
+LICENCES="GPL-2"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+MYOPTIONS="readline"
+
+DEPENDENCIES="
+    build+run:
+        net-misc/neon
+        readline? ( sys-libs/readline )
+"
+
+BUGS_TO="djc@djc.id.au"
+
+DEFAULT_SRC_CONFIGURE_PARAMS=( "--with-neon" )
+DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( "readline" )