[Lunar-commits] <moonbase> rpcalc: forgot to merge BUILD and PRE_BUILD into this module.

Terry Chan tchan at lunar-linux.org
Mon May 19 06:43:37 CEST 2008


commit 9ba9f6e8a07df29db75b3cb73473fa50456e1269
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun May 18 23:43:37 2008 -0500

    rpcalc: forgot to merge BUILD and PRE_BUILD into this module.
---
 qt4-apps/rpcalc/BUILD     |    7 +++++++
 qt4-apps/rpcalc/PRE_BUILD |    3 +++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/rpcalc/BUILD b/qt4-apps/rpcalc/BUILD
new file mode 100644
index 0000000..800951f
--- /dev/null
+++ b/qt4-apps/rpcalc/BUILD
@@ -0,0 +1,7 @@
+(
+ 
+  cd rpCalc &&
+  prepare_install &&
+  python install.py -p /usr
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/rpcalc/PRE_BUILD b/qt4-apps/rpcalc/PRE_BUILD
new file mode 100644
index 0000000..87610bc
--- /dev/null
+++ b/qt4-apps/rpcalc/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir         &&
+cd $SOURCE_DIRECTORY  &&
+unpack $SOURCE


More information about the Lunar-commits mailing list