[Lunar-commits] <moonbase> kdebluetooth4: import
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Aug 18 21:25:01 CEST 2008
commit 7513c60550b173d97319484af98d2fc952aafd1b
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon Aug 18 15:25:01 2008 -0400
kdebluetooth4: import
---
kde4/utils/kdebluetooth4/BUILD | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/kde4/utils/kdebluetooth4/BUILD b/kde4/utils/kdebluetooth4/BUILD
new file mode 100644
index 0000000..0cc56ec
--- /dev/null
+++ b/kde4/utils/kdebluetooth4/BUILD
@@ -0,0 +1,16 @@
+(
+
+ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
+
+ mkdir $KDE4_BUILD_DIR &&
+ cd $KDE4_BUILD_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+
+ default_make
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list