Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sweets.recipe
blob: b861c35c1e6b13dc74ee09bb76b50d8f61fdff4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[Application]
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

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

[Archive]
arch      = any

[Build]
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/src
                am_cv_python_pyexecdir=%(PREFIX)s/src
                CFLAGS="%(CFLAGS)s"
make      = make
install   = make DESTDIR=%(DESTDIR)s install

[Source]
exec      = ./autogen.sh && make distcheck