Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sweets.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'sweets.recipe')
-rw-r--r--sweets.recipe26
1 files changed, 26 insertions, 0 deletions
diff --git a/sweets.recipe b/sweets.recipe
new file mode 100644
index 0000000..640ffa3
--- /dev/null
+++ b/sweets.recipe
@@ -0,0 +1,26 @@
+[DEFAULT]
+name = sweets-deployment
+
+[Package]
+project = SweetsDistribution:Factory:ReferenceXO
+implement = %(name)s
+summary = Meta package for reference XO deployment distribution
+license = GPLv3+
+homepage = http://wiki.sugarlabs.org/go/Harmonic_Distribution/Deployment
+
+version = 0.5
+stability = developer
+
+requires = sweets-desktop; sugar-client; sweets-locales; sweets
+install = %(DATADIR)s/%(name)s/post.sh;
+ true
+
+[Build]
+install = install -m 0755 -d %(DESTDIR)s/%(SYSCONFDIR)s &&
+ cp -r etc/* %(DESTDIR)s/%(SYSCONFDIR)s/ &&
+ install -m 0755 -d %(DESTDIR)s/%(DATADIR)s/%(name)s &&
+ cat post.d/*sh > %(DESTDIR)s/%(DATADIR)s/%(name)s/post.sh &&
+ chmod a+rx %(DESTDIR)s/%(DATADIR)s/%(name)s/post.sh &&
+ install -m 0755 -d %(DESTDIR)s/%(DATADIR)s/doc/%(name)s &&
+ cp AUTHORS COPYING README %(DESTDIR)s/%(DATADIR)s/doc/%(name)s/ &&
+ true