summaryrefslogtreecommitdiffstats
path: root/audio-libs/raptor/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/raptor/BUILD')
-rwxr-xr-xaudio-libs/raptor/BUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio-libs/raptor/BUILD b/audio-libs/raptor/BUILD
new file mode 100755
index 0000000000..0e3dcb0de8
--- /dev/null
+++ b/audio-libs/raptor/BUILD
@@ -0,0 +1,17 @@
+OPTS="--with-xml-names=${RAPTOR_XMLVERSION} \
+ --with-xml-parser=${RAPTOR_PARSER} \
+ --with-www=${RAPTOR_WWWLIB} \
+ ${OPTS}" &&
+
+#
+# Bash likes to muck with my quoted variables for RAPTOR_LIST
+# so we're going to just send it along like so
+#
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ --enable-parsers="$RAPTOR_LIST" \
+ $OPTS &&
+make