summaryrefslogtreecommitdiffstats
path: root/audio-creation/ceres3/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/ceres3/BUILD')
-rwxr-xr-xaudio-creation/ceres3/BUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio-creation/ceres3/BUILD b/audio-creation/ceres3/BUILD
new file mode 100755
index 0000000000..32f6ac94b0
--- /dev/null
+++ b/audio-creation/ceres3/BUILD
@@ -0,0 +1,24 @@
+(
+
+cd $SOURCE_DIRECTORY &&
+
+if (uname -m | grep 86)
+then
+ cd tichstuff_ix86 &&
+ make &&
+ cd .. &&
+ make -f makefile.linux_ix86
+elif (uname -m | grep ppc)
+then
+ cd tichstuff_ppc &&
+ make &&
+ cd .. &&
+ make -f makefile.linux_ppc
+else
+ echo "Unknown arch..."
+fi
+
+cp ceres3 /usr/bin/ceres3
+
+
+) > $C_FIFO 2>&1