Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-08-08 13:47:17 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-08-08 13:47:17 (GMT)
commit2f42ff3efb0e8f3f8205010c1fb8108188b873d8 (patch)
tree15d2252fd9c993bb8d8e84c4fc295b022366d254
parent998fc519cc9b7a054b6c0067a6c8333d7f77012c (diff)
Removing the unused (according to Aleksey) receipe file
-rw-r--r--sweets.recipe32
1 files changed, 0 insertions, 32 deletions
diff --git a/sweets.recipe b/sweets.recipe
deleted file mode 100644
index 5b76e87..0000000
--- a/sweets.recipe
+++ /dev/null
@@ -1,32 +0,0 @@
-[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; 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