Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sweets.recipe
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-10-11 19:46:31 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-10-11 19:46:31 (GMT)
commitdb1ea0d9945c0ad745e11d50c96345b10034be5c (patch)
tree4d3909b510a1e31298a834f4abf25a3e0a79b424 /sweets.recipe
parent2478a112706303daa8a2c599cc0af1f4e9bd0345 (diff)
Sweet buildsucrose-0.90
Diffstat (limited to 'sweets.recipe')
-rw-r--r--sweets.recipe26
1 files changed, 26 insertions, 0 deletions
diff --git a/sweets.recipe b/sweets.recipe
new file mode 100644
index 0000000..47e5c9b
--- /dev/null
+++ b/sweets.recipe
@@ -0,0 +1,26 @@
+[DEFAULT]
+sweet = sugar-datastore
+summary = Backend of the Sugar Journal
+license = LGPLv2.1+
+homepage = http://git.sugarlabs.org/projects/sugar-datastore
+
+version = 0.90.0
+stability = testing
+
+[Component]
+requires = sugar-toolkit; python-cjson; xapian-bindings-python
+binding = PATH bin; PYTHONPATH python; XDG_DATA_DIRS share
+arch = any
+
+[Build]
+requires = pkg-config; intltool >= 0.33; make; gcc-c; python
+configure = %(SRCDIR)s/configure
+ --prefix=%(PREFIX)s
+ am_cv_python_pythondir=%(PREFIX)s/python
+ am_cv_python_pyexecdir=%(PREFIX)s/python
+ CFLAGS="%(CFLAGS)s"
+make = make
+install = make DESTDIR=%(DISTDIR)s install
+
+[Source]
+exec = ./autogen.sh && make distcheck