Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sweets.recipe
blob: 540ebd760dcfa80efa599e78bbb450e87a1b1821 (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
[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
cleanup   = make distclean; ./autogen.sh
configure = ./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=%(DESTDIR)s install
implement = %(install)s &&
            rm -rf %(DESTDIR)s/%(PREFIX)s/{bin,python} &&
            ln -s %(BUILDDIR)s/bin %(DESTDIR)s/%(PREFIX)s/ &&
            ln -s %(BUILDDIR)s/src %(DESTDIR)s/%(PREFIX)s/python &&
            ln -fs .libs/metadatareader.so src/carquinyol/

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