aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@76b6bc95-f7ce-491a-ab68-7520f3bcc1c1>2009-09-29 14:54:03 +0000
committerschnetter <schnetter@76b6bc95-f7ce-491a-ab68-7520f3bcc1c1>2009-09-29 14:54:03 +0000
commit12b306f457d247387e36339adb9c27f97c31f83c (patch)
tree49e9316af4c30930822585691472ea7e9a3274c9 /configuration.ccl
parenta9d502022727e3634b022a3b972e01093857663c (diff)
Add new thorn to interface to the curl library; seeHEADsvnmaster
<http://curl.haxx.se/libcurl/>. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/curl/trunk@2 76b6bc95-f7ce-491a-ab68-7520f3bcc1c1
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..f9d12b3
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,9 @@
+# Configuration definitions for thorn curl
+# $Header$
+
+PROVIDES curl
+{
+ SCRIPT curl.sh
+ LANG sh
+ OPTIONS CURL_DIR
+}