aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@4350727a-37c5-4613-a1e1-6d12eb4c763b>2009-04-26 01:30:03 +0000
committerschnetter <schnetter@4350727a-37c5-4613-a1e1-6d12eb4c763b>2009-04-26 01:30:03 +0000
commit59be966ea597410d0a2602fd6d0abf70a1e228c8 (patch)
treefad56f012f3944b58868242ea39385dc1aa9dbaa /configuration.ccl
parent213f7999f792d5d8d89eb075c25517570e5c8f00 (diff)
Add new thorn libcurl that interfaces to the libcurl library.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/libcurl/trunk@2 4350727a-37c5-4613-a1e1-6d12eb4c763b
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..6676316
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,9 @@
+# Configuration definitions for thorn libcurl
+# $Header$
+
+PROVIDES libcurl
+{
+ SCRIPT libcurl.sh
+ LANG sh
+ OPTIONS LIBCURL
+}