diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-06-13 17:28:13 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-06-21 11:36:48 +0200 |
commit | 1bf845388c441b742e0e2d7fe0d284f92b70b289 (patch) | |
tree | 21df4e998fc8d35af896350e5c90a865095855cd /recipes/freior-plugins.recipe | |
parent | 20b0fba06e05893986235a707a9309d88f2947b9 (diff) |
Add pitivi and deps recipes
Diffstat (limited to 'recipes/freior-plugins.recipe')
-rw-r--r-- | recipes/freior-plugins.recipe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/freior-plugins.recipe b/recipes/freior-plugins.recipe new file mode 100644 index 00000000..edee7a71 --- /dev/null +++ b/recipes/freior-plugins.recipe @@ -0,0 +1,16 @@ +# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python +from cerbero.utils import shell + + +class Recipe(recipe.Recipe): + name = 'frei0r-plugins' + version = '1.4' + licenses = [License.LGPL] + stype = SourceType.TARBALL + url = 'http://files.dyne.org/frei0r/releases/frei0r-plugins-1.4.tar.gz' + + files_plugins = ['lib/frei0r-1'] + files_devel = [ + 'lib/pkgconfig/frei0r.pc', + 'include/frei0r.h', + ] |