Add cscript. cdist
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2020 20:59:18 +0000 (22:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2020 20:59:18 +0000 (22:59 +0200)
cscript [new file with mode: 0644]

diff --git a/cscript b/cscript
new file mode 100644 (file)
index 0000000..2159f4b
--- /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')