summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/setz.sh
authorpohly <pohly>2004-08-24 20:52:45 (UTC)
committer pohly <pohly>2004-08-24 20:52:45 (UTC)
commit73253e93327cf4ef0932de1b4afb56af22a0f37e (patch) (side-by-side diff)
tree1c9a7a6dd3341e036a894d348a3372525d29acec /noncore/apps/opie-reader/setz.sh
parente90847c784c48bd21bf8768cb38edb853b832697 (diff)
downloadopie-73253e93327cf4ef0932de1b4afb56af22a0f37e.zip
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.gz
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.bz2
updated source to opie-reader 0.7g
Diffstat (limited to 'noncore/apps/opie-reader/setz.sh') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/setz.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/setz.sh b/noncore/apps/opie-reader/setz.sh
new file mode 100644
index 0000000..e2fa4cd
--- a/dev/null
+++ b/noncore/apps/opie-reader/setz.sh
@@ -0,0 +1,25 @@
+red='\e[0;31m'
+RED='\e[1;31m'
+blue='\e[0;34m'
+BLUE='\e[1;34m'
+cyan='\e[0;36m'
+CYAN='\e[1;36m'
+NC='\e[0m' # No Color
+
+if test -z $OLDPATH; then
+ export OLDPATH=$PATH
+fi
+
+if test -z $OLD_LD_LIBRARY_PATH; then
+ export OLD_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
+fi
+
+export QPEDIR=/opt/Qtopia/sharp
+export QTDIR=/opt/Qtopia/sharp
+export PATH=$QTDIR/bin:/usr/local/arm/bin:$OLDPATH
+export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++
+export LD_LIBRARY_PATH=$QTDIR/lib:$OLD_LD_LIBRARY_PATH
+
+PS1="[Zaurus]\W> "
+
+echo -e \\n${RED}Zaurus${NC} environment configured\\n