[Lunar-commits] <moonbase> skencil: Adjusting the BUILD as noted in the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Aug 27 14:11:23 CEST 2010
commit bb6d95ebf2c4e8cb0b4e456fcc24d13db32c9f3a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Aug 27 08:11:23 2010 -0400
skencil: Adjusting the BUILD as noted in the BUILD.
---
graphics/skencil/BUILD | 6 ++++++
graphics/skencil/DETAILS | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/graphics/skencil/BUILD b/graphics/skencil/BUILD
index 95950c5..e7a8565 100644
--- a/graphics/skencil/BUILD
+++ b/graphics/skencil/BUILD
@@ -1,5 +1,11 @@
(
+# Withoug the BLDSHAREED the make fails on a permission denied on pasmodule.o. Additionally
+# they hardcode tk/tcl versions.
+ export BLDSHARED='gcc -shared' &&
+ VER=`lvu version tk | cut -c 1-3` &&
+ sedit "s:8.4:$VER:g" setup.py &&
+
./setup.py configure &&
./setup.py build &&
prepare_install &&
diff --git a/graphics/skencil/DETAILS b/graphics/skencil/DETAILS
index f9f7339..f60207d 100644
--- a/graphics/skencil/DETAILS
+++ b/graphics/skencil/DETAILS
@@ -7,6 +7,7 @@
ENTERED=20020420
UPDATED=20050619
SHORT="vector drawing application."
+
cat << EOF
Skencil is a Free Software interactive vector drawing appliction. Known to run
on GNU/Linux and other UNIX-compatible systems, it is a flexible and powerful
More information about the Lunar-commits
mailing list