summaryrefslogtreecommitdiffstats
path: root/audio-players/beep-media-player/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/beep-media-player/BUILD')
-rwxr-xr-xaudio-players/beep-media-player/BUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio-players/beep-media-player/BUILD b/audio-players/beep-media-player/BUILD
new file mode 100755
index 0000000000..b6eb71f2ff
--- /dev/null
+++ b/audio-players/beep-media-player/BUILD
@@ -0,0 +1,21 @@
+if [ "$CVS" = "y" ]; then
+ ./autogen.sh -n $OPTS
+fi &&
+
+if [ "$ONEPLUGINDIR" = "y" ]; then
+ OPTS="$OPTS --enable-one-plugin-dir"
+fi &&
+
+if [ "$USERPLUGINDIR" = "n" ]; then
+ OPTS="$OPTS --disable-user-plugin-dir"
+fi &&
+
+if [ "$OSS" = "n" ]; then
+ OPTS="$OPTS --disable-oss"
+fi &&
+
+if [ "$SIMD" = "y" ]; then
+ OPTS="$OPTS --enable-simd"
+fi &&
+
+default_build