From db1ea0d9945c0ad745e11d50c96345b10034be5c Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 11 Oct 2010 19:46:31 +0000 Subject: Sweet build --- diff --git a/.gitignore b/.gitignore index 12965e2..fb41dea 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 +*.tar.* +.sweets diff --git a/.sweets/config.git b/.sweets/config.git new file mode 100644 index 0000000..acb29a7 --- /dev/null +++ b/.sweets/config.git @@ -0,0 +1,2 @@ +[Options] +project = Core:0.90/sugar-datastore-0.90 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 -- cgit v0.9.1