summaryrefslogtreecommitdiffstats
path: root/audio-soft/nmix/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/nmix/BUILD')
-rwxr-xr-xaudio-soft/nmix/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio-soft/nmix/BUILD b/audio-soft/nmix/BUILD
new file mode 100755
index 0000000000..70e5efdccf
--- /dev/null
+++ b/audio-soft/nmix/BUILD
@@ -0,0 +1,10 @@
+cp $SCRIPT_DIRECTORY/Makefile .
+(
+
+ echo "" >> mix.h &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
+