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/libxml2.recipe | |
parent | 3f182290e9ebf0f2986f3337428900426e7eacec (diff) |
Move recipes out of the python code dir
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r-- | recipes/libxml2.recipe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe new file mode 100644 index 00000000..d1fc557a --- /dev/null +++ b/recipes/libxml2.recipe @@ -0,0 +1,6 @@ +from cerbero import recipe + + +class Recipe(recipe.Recipe): + name = 'libxml2' + version = '2.7.8' |