summaryrefslogtreecommitdiffstats
path: root/chat-im/gaim-vv/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/gaim-vv/BUILD')
-rwxr-xr-xchat-im/gaim-vv/BUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/chat-im/gaim-vv/BUILD b/chat-im/gaim-vv/BUILD
new file mode 100755
index 0000000000..bddd52059b
--- /dev/null
+++ b/chat-im/gaim-vv/BUILD
@@ -0,0 +1,19 @@
+# [[ $CROSS_INSTALL == on ]] &&
+# OPTS="$OPTS --host=${HOST} --build=${BUILD}"
+
+if spell_ok nss ; then
+ export PKG_CONFIG_PATH="/usr/include/nss:/usr/include/nspr"
+fi &&
+
+./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 \
+ --with-libj2k=/usr \
+ --enable-linphone \
+ --with-linphone-prefix=/usr \
+ --enable-msn-vv \
+ $OPTS &&
+
+make