diff options
m--------- | waflib | 0 | ||||
-rw-r--r-- | wscript | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/waflib b/waflib -Subproject de76b89dc1039e2f7d6c6b229a8950156b0e5c9 +Subproject 0bde0c2e022c479b8c7e3933eca0cbc01282562 @@ -21,6 +21,11 @@ VERSION = LILV_VERSION # Package version for waf dist top = '.' # Source directory out = 'build' # Build directory +# Release variables +uri = 'http://drobilla.net/sw/lilv' +dist_pattern = 'http://download.drobilla.net/lilv-%d.%d.%d.tar.bz2' +post_tags = ['Hacking', 'LAD', 'LV2', 'Lilv'] + test_plugins = [ 'bad_syntax', 'failed_instantiation', |