summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh35
1 files changed, 35 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100755
index 0000000..f159c3f
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,35 @@
+INSTALLDIR="."
+DIRECTFBDIR="."
+
+FUSION="linux-fusion-8.1.1"
+DIRECTFB="DirectFB-1.4.1"
+SAWMAN="SaWMan-1.4.1"
+DIVINE="DiVine-0.4.0"
+FUSIONDALE="FusionDale-0.8.1"
+
+cd Source
+tar xf $FUSION.tar.gz
+tar xf $DIRECTFB.tar.gz
+tar xf $SAWMAN.tar.gz
+tar xf $DIVINE.tar.gz
+tar xf $FUSIONDALE.tar.gz
+cd $FUSION
+patch -p1 < ../linux-fusion.patch
+cd ..
+cd $DIRECTFB
+patch -p1 < ../directfb.patch
+cd ..
+cd $SAWMAN
+patch -p1 < ../sawman.patch
+cd ..
+cd $FUSIONDALE
+patch -p1 < ../fusiondale.patch
+cd ..
+cd $DIVINE
+patch -p1 < ../divine.patch
+cd ..
+cd ..
+
+
+
+