diff options
author | David Robillard <d@drobilla.net> | 2019-11-02 18:01:40 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-02 18:03:01 +0100 |
commit | e4253aa3ca62692602d4b0c7afb05400d4101455 (patch) | |
tree | bbf77a17e39f6664320d4829242850cbef49713d /wscript | |
parent | 6e9ae97be6fd40331ab2b687eb0044372b7c512d (diff) | |
download | lilv-e4253aa3ca62692602d4b0c7afb05400d4101455.tar.gz lilv-e4253aa3ca62692602d4b0c7afb05400d4101455.tar.bz2 lilv-e4253aa3ca62692602d4b0c7afb05400d4101455.zip |
Update autowaf
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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', |