Author: ks156
Date: 2009-03-13 14:28:42 +0100 (Fri, 13 Mar 2009)
New Revision: 4055

Added:
   
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/misc_installer.sh
Log:
* Added an installer for the miscellaneous stuff.
  Only tux_control_center (launcher) is packed for now.


Added: 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/misc_installer.sh
===================================================================
--- 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/misc_installer.sh
                         (rev 0)
+++ 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/misc_installer.sh
 2009-03-13 13:28:42 UTC (rev 4055)
@@ -0,0 +1,37 @@
+#!/bin/bash
+#===============================================================================
+#
+#          FILE:  install.sh
+# 
+#         USAGE:  ./install.sh 
+# 
+#   DESCRIPTION:  
+# 
+#       OPTIONS:  ---
+#  REQUIREMENTS:  ---
+#          BUGS:  ---
+#         NOTES:  ---
+#        AUTHOR:  Paul Rathgeb (), [email protected]
+#       COMPANY:  
+#       VERSION:  1.0
+#       CREATED:  03/09/2009 11:12:41 AM CET
+#      REVISION:  ---
+#===============================================================================
+mkdir $1
+
+# Create the install file
+echo "#!/bin/bash
+[ -d \$2/bin ] || mkdir -p \$2/bin
+
+echo \"#!/bin/bash\" > \$2/bin/tux_control_center
+echo java -jar \
+\$2/share/tuxdroid/resources/control_center/controlcenter.jar \\\$* \
+>> \$2/bin/tux_control_center
+
+chmod +x \$2/bin/tux_control_center" >> $1/install.sh
+
+chmod +x *
+
+tar -czf $1.tar.gz $1
+mv $1.tar.gz $1-0.0.1.tar.gz
+rm -r $1


Property changes on: 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/misc_installer.sh
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/x-sh
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to