summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/make_release.sh
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2010-02-28 20:39:16 +0100
committerManuel Traut <manut@mecka.net>2010-02-28 20:39:16 +0100
commit77af64a82bc3930073b7b80301eadc174e7f9de8 (patch)
treefc686dc279f32335ba7f920d0a236ef055184185 /src/YalpClients/EflClient/make_release.sh
parentae265f858a7de7b68404e730d03ab4f97a7873df (diff)
EflClient: make_release script
- created a script to distribute EflClient - EflClient can be downloaded from http://mecka.net/eYalp/eYalp.tar.gz - should be extracted on the OpenMoko with 'tar xzf eYalp.tar.gz -C /' Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/make_release.sh')
-rwxr-xr-xsrc/YalpClients/EflClient/make_release.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/make_release.sh b/src/YalpClients/EflClient/make_release.sh
new file mode 100755
index 0000000..0b54022
--- /dev/null
+++ b/src/YalpClients/EflClient/make_release.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+omniidl -bpython ../../yalp.idl
+edje_cc yalp_gui.edc
+rm -Rf tmp
+mkdir -p tmp/etc
+cp etc/* tmp/etc/
+mkdir -p tmp/usr/bin
+cp bin/* tmp/usr/bin/
+mkdir -p tmp/root/EflClient
+cp *.py tmp/root/EflClient/
+cp *.edj tmp/root/EflClient/
+cp -a YalpInterfaces* tmp/root/EflClient/
+mkdir -p tmp/usr/share/applications
+cp eYalp.desktop tmp/usr/share/applications/
+cd tmp
+tar czf ../eYalp.tar.gz .
+cd ..
+scp eYalp.tar.gz mecka.net:/home/damba/eYalp