[Lunar-commits] <moonbase> t1lib: added missing opt_dep and made lib executable
Paul Bredbury
brebs at lunar-linux.org
Fri Feb 25 10:18:03 CET 2011
commit a5f7a7aba58ef8309c98aec2563496c0aec71509
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Fri Feb 25 16:18:03 2011 +0700
t1lib: added missing opt_dep and made lib executable
---
libs/t1lib/BUILD | 12 ++++++++----
libs/t1lib/DEPENDS | 4 ++++
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/libs/t1lib/BUILD b/libs/t1lib/BUILD
index aaa594b..3ab8f47 100644
--- a/libs/t1lib/BUILD
+++ b/libs/t1lib/BUILD
@@ -1,9 +1,13 @@
(
./configure --prefix=/usr \
- $OPTS &&
- make without_doc &&
- prepare_install &&
- make install
+ $OPTS &&
+
+ make without_doc &&
+
+ prepare_install &&
+ make install &&
+
+ chmod 755 /usr/lib/libt1.so.$VERSION
) > $C_FIFO 2>&1
diff --git a/libs/t1lib/DEPENDS b/libs/t1lib/DEPENDS
new file mode 100644
index 0000000..569ea34
--- /dev/null
+++ b/libs/t1lib/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends "libX11" \
+ "--with-x" \
+ "--without-x" \
+ "for X support"
More information about the Lunar-commits
mailing list