[Lunar-commits] <moonbase> eboard: add the needed BUILD file.

Florin Braescu florin at lunar-linux.org
Mon Feb 11 21:26:52 CET 2008


commit 671c275b1730e0093bdf04867cfc37455e805c35
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Feb 11 22:26:52 2008 +0200

    eboard: add the needed BUILD file.
---
 games/eboard/BUILD |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/games/eboard/BUILD b/games/eboard/BUILD
new file mode 100644
index 0000000..2aa3810
--- /dev/null
+++ b/games/eboard/BUILD
@@ -0,0 +1,11 @@
+(
+
+  sedit "s:prefix/bin:prefix:" configure      &&
+  ./configure  --prefix=/usr/games             \
+               --data-prefix=/usr/share/games  \
+               --man-prefix=/usr/share/man     \
+               $OPTS                          &&
+
+  default_make
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list