Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sweets.recipe
blob: 47e5c9b5b4ad5f0a492feb38eb00d9beba37c5e3 (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
[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