Author: remi
Date: 2009-03-12 11:12:18 +0100 (Thu, 12 Mar 2009)
New Revision: 3979

Added:
   software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh
Log:
* reup of an erased file

Added: software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh
===================================================================
--- software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh      
                        (rev 0)
+++ software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh      
2009-03-12 10:12:18 UTC (rev 3979)
@@ -0,0 +1,44 @@
+#!/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:  ---
+#===============================================================================
+# Create build dir
+mkdir $1
+# Create the install script
+echo "#!/bin/bash" >> $1/install.sh
+echo "cd $1" >> $1/install.sh
+echo "python setup.py install >/dev/null" >> $1/install.sh
+echo "cd - > /dev/null" >> $1/install.sh
+echo 'mkdir -p $1' >> $1/install.sh
+echo "cp $1/tuxisalive/api/sh.py "'$1/sh.py' >> \
+$1/install.sh
+echo "cp $1/tuxisalive/api/version.py "'$1/version.py' >> \
+$1/install.sh
+echo 'echo "#!/bin/bash" > $2/bin/tuxsh' >> $1/install.sh
+echo 'echo python -i $1/sh.py >> $2/bin/tuxsh' >> \
+$1/install.sh
+echo 'chmod +x $2/bin/tuxsh' >> $1/install.sh
+echo "rm -r $1" >> $1/install.sh
+# Export the project
+svn export -q "$(svn info |grep URL |sed 's/URL: //g')" $1/$1
+# Create tarball
+rev=`svn info |grep "Last Changed Rev"`
+rev=${rev##* }
+tar -czf $1-$rev.tar.gz $1
+# Clean
+rm -r $1


Property changes on: 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/installer.sh
___________________________________________________________________
Name: svn:keywords
   + Id


------------------------------------------------------------------------------
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