[Lunar-commits] <moonbase> adding missing BUILD for exo

Samuel Verstraete elangelo at lunar-linux.org
Fri Mar 13 16:02:31 CET 2009


commit f928e2525ce6cbab51060bd4a2b9385f46ee91e1
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed May 28 13:08:58 2008 +0200

    adding missing BUILD for exo
---
 xfce4/core/exo/BUILD |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD
new file mode 100644
index 0000000..15f96e8
--- /dev/null
+++ b/xfce4/core/exo/BUILD
@@ -0,0 +1,13 @@
+(
+   [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+
+   # make sure proper PKG_CONFIG_PATH is set
+   export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+   ./autogen.sh --build=$BUILD                                        \
+                --prefix=${MODULE_PREFIX}        \
+                $OPTS                                           &&
+
+   default_make
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list