aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@0e7a0b0a-9d53-47d2-891a-756ad34b87bb>2009-09-29 14:54:42 +0000
committerschnetter <schnetter@0e7a0b0a-9d53-47d2-891a-756ad34b87bb>2009-09-29 14:54:42 +0000
commitfbab0e0ef19527e3db338fc6530e92bb8a730c71 (patch)
tree7d91727b85f2e4c028108ddcfb3a1cb3b5c05595 /configuration.ccl
parenta7cc3ce5d770eeac1b44e1bb32e6a91522b023c5 (diff)
Add new thorn to interface to the flickcurl library; seeHEADsvnmaster
<http://librdf.org/flickcurl/>. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/flickcurl/trunk@2 0e7a0b0a-9d53-47d2-891a-756ad34b87bb
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..38a8f25
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,12 @@
+# Configuration definitions for thorn flickcurl
+# $Header$
+
+PROVIDES flickcurl
+{
+ SCRIPT flickcurl.sh
+ LANG sh
+ OPTIONS FLICKCURL_DIR
+}
+
+REQUIRES curl libxml2
+