Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-01-16 20:37:50 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-01-16 20:37:58 (GMT)
commit9de3b3c4965570d0a22c5a8cdbf7e16bcb96d487 (patch)
treef8b30eb2382675d4dfcc4fb102853b4104a74a61
parent2718d0a8348d8abf4743bbf0f520f0a8bed38bef (diff)
Package
-rw-r--r--.gitignore2
-rw-r--r--sweets.recipe20
2 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e3e04c5..fb0b7c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
.*
*.tar.*
doc/build
+active_document
+tmp
diff --git a/sweets.recipe b/sweets.recipe
new file mode 100644
index 0000000..a145858
--- /dev/null
+++ b/sweets.recipe
@@ -0,0 +1,20 @@
+[DEFAULT]
+implement = Server:Factory/%(name)s
+name = restful-document
+summary = WSGI mini-framework to share active-document objects
+license = GPLv3+
+homepage = http://wiki.sugarlabs.org/go/Sugar_Server_Kit/RESTful_Document
+
+version = 0.1
+stability = developer
+
+[Package]
+requires = base/m2crypto; active-document
+source = %(name)s-%(version)s.tar.gz
+
+[Build]
+install = install -m 0755 -d %(DESTDIR)s/%(PYTHONSITEDIR)s &&
+ cp -r restful_document %(DESTDIR)s/%(PYTHONSITEDIR)s/ &&
+ install -m 0755 -d %(DESTDIR)s/%(DATADIR)s/doc/%(name)s &&
+ cp AUTHORS COPYING HACKING README %(DESTDIR)s/%(DATADIR)s/doc/%(name)s/ &&
+ true