Author: Paul_R
Date: 2008-09-18 11:38:49 +0200 (Thu, 18 Sep 2008)
New Revision: 1898
Modified:
software_suite_v2/tuxware/installers/unix/trunk/build.sh
software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/README
Log:
* Fixed the dependencies list
Modified: software_suite_v2/tuxware/installers/unix/trunk/build.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build.sh 2008-09-18
09:02:51 UTC (rev 1897)
+++ software_suite_v2/tuxware/installers/unix/trunk/build.sh 2008-09-18
09:38:49 UTC (rev 1898)
@@ -164,6 +164,8 @@
}
createControlFileDeb () {
+ DEFAULTS_DEPS="libc6(>=2.3), python, libasound2, python-ctypes,
libstdc++5, \
+python-xml, libportaudio2, openjdk-6-jre"
echo -- Creating the control file
echo "Package: Tuxsetup" >$CONTROL
echo "Priority: extra" |tee -a $CONTROL >/dev/null
@@ -173,9 +175,7 @@
echo "Maintainer: KySoH <[EMAIL PROTECTED]>" |tee -a $CONTROL >/dev/null
echo "Architecture: i386" |tee -a $CONTROL >/dev/null
echo "Version: $VERSION" |tee -a $CONTROL >/dev/null
- echo "Type the dependences list, comma separated"
- read DEPS
- echo "Depends: $DEPS" |tee -a $CONTROL >/dev/null
+ echo "Depends: $DEFAULTS_DEPS" |tee -a $CONTROL >/dev/null
echo "Description: Base installation for TuxDroid" |tee -a $CONTROL
>/dev/null
echo " This package contains de base installation for Tux Droid" |tee -a \
$CONTROL >/dev/null
Modified: software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/README
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/README
2008-09-18 09:02:51 UTC (rev 1897)
+++ software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/README
2008-09-18 09:38:49 UTC (rev 1898)
@@ -17,6 +17,11 @@
- java jre 1.6 or higher /or openJDK runtine environment 1.6 or higher
(java -version to know the version of your java installation)
- python-setuptools
+ - python-dev
+ - python-xml
+ - python-ctypes
+ - libstdc++5
+ - portaudio2
3. To install the package, run 'make install' as root.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn