diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-02-27 10:38:24 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:04 +0100 |
commit | b575a5d6d8924c0ad5f5be8005ab3a8aa0179afb (patch) | |
tree | 95f14c18d0fbb137b0087f84faed510373a88ef4 /recipes/libgpg-error.recipe | |
parent | 3f182290e9ebf0f2986f3337428900426e7eacec (diff) |
Move recipes out of the python code dir
Diffstat (limited to 'recipes/libgpg-error.recipe')
-rw-r--r-- | recipes/libgpg-error.recipe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/libgpg-error.recipe b/recipes/libgpg-error.recipe new file mode 100644 index 0000000..b271f60 --- /dev/null +++ b/recipes/libgpg-error.recipe @@ -0,0 +1,6 @@ +from cerbero import recipe + + +class Recipe(recipe.Recipe): + name = 'libgpg-error' + version = '1.10' |