summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/cscript b/cscript
new file mode 100644
index 00000000..2159f4b7
--- /dev/null
+++ b/cscript
@@ -0,0 +1,7 @@
+def dependencies(target, options):
+ return [('ffmpeg-cdist', None)]
+
+def build(target, options):
+ target.command('./waf configure --prefix=%s' % target.directory)
+ target.command('./waf')
+ target.command('./waf install')