summaryrefslogtreecommitdiff
path: root/recipes/cairo.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-02-27 10:38:24 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:04 +0100
commitb575a5d6d8924c0ad5f5be8005ab3a8aa0179afb (patch)
tree95f14c18d0fbb137b0087f84faed510373a88ef4 /recipes/cairo.recipe
parent3f182290e9ebf0f2986f3337428900426e7eacec (diff)
Move recipes out of the python code dir
Diffstat (limited to 'recipes/cairo.recipe')
-rw-r--r--recipes/cairo.recipe7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe
new file mode 100644
index 00000000..44f28a4d
--- /dev/null
+++ b/recipes/cairo.recipe
@@ -0,0 +1,7 @@
+from cerbero import recipe
+
+
+class Recipe(recipe.Recipe):
+ name = 'cairo'
+ version = '1.10.2'
+ deps = ['glib', 'libpng', 'zlib', 'pixman', 'fontconfig', 'freetype']