Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2011-01-07 07:53:42 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2011-01-07 07:53:42 (GMT)
commit94810ea945acbe3cc1859ca17ff81ee53b735a58 (patch)
tree1e6e972bd610e43502c61100701f8e7633497a05
parent3e25b7cb9a9f22fe0dc5383e0bead96fa5dc39b3 (diff)
Actualize sweet recipesucrose-0.88
-rw-r--r--sweets.recipe22
1 files changed, 14 insertions, 8 deletions
diff --git a/sweets.recipe b/sweets.recipe
index a5fc02c..ab5a449 100644
--- a/sweets.recipe
+++ b/sweets.recipe
@@ -1,4 +1,4 @@
-[DEFAULT]
+[Application]
sweet = sugar-datastore
summary = Backend of the Sugar Journal
license = LGPLv2.1+
@@ -7,20 +7,26 @@ homepage = http://git.sugarlabs.org/projects/sugar-datastore
version = 0.88.0
stability = testing
-[Component]
+exec = %(BUILDDIR)s/bin/datastore-service
+binding = PATH %(BUILDDIR)s/bin
+ PYTHONPATH %(BUILDDIR)s/src
+ XDG_DATA_DIRS share
requires = sugar-toolkit; python-cjson; xapian-bindings-python
-binding = PATH bin; PYTHONPATH python; XDG_DATA_DIRS share
+
+[Archive]
arch = any
[Build]
-requires = pkg-config; intltool >= 0.33; make; gcc-c; python
-configure = %(SRCDIR)s/configure
+requires = gnome-common; pkg-config
+ intltool >= 0.33; libtool; make; gcc-c; python
+configure = make distclean;
+ ./autogen.sh
--prefix=%(PREFIX)s
- am_cv_python_pythondir=%(PREFIX)s/python
- am_cv_python_pyexecdir=%(PREFIX)s/python
+ am_cv_python_pythondir=%(PREFIX)s/src
+ am_cv_python_pyexecdir=%(PREFIX)s/src
CFLAGS="%(CFLAGS)s"
make = make
-install = make DESTDIR=%(DISTDIR)s install
+install = make DESTDIR=%(DESTDIR)s install
[Source]
exec = ./autogen.sh && make distcheck