diff options
Diffstat (limited to 'recipes/insanity.recipe')
-rw-r--r-- | recipes/insanity.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/insanity.recipe b/recipes/insanity.recipe index 7efbb1d6..163017ac 100644 --- a/recipes/insanity.recipe +++ b/recipes/insanity.recipe @@ -3,6 +3,9 @@ class Recipe(recipe.Recipe): name = 'insanity' version = '0.0.1' + # TODO: check license - no LICENSE or COPYING, some files state LGPLv2+, + # others LGPLv2.1+ + licenses = [License.LGPL] config_sh = 'sh autogen.sh' configure_options = '--disable-introspection ' remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/insanity'} |