Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e122e7e2efd24f18cc2327e0c501c6fd6caa0d51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e122e7e2efd24f18cc2327e0c501c6fd6caa0d51)
  • Date: Wed, 6 Sep 2017 18:18:58 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/libtomcrypt/BUILD | 3 +++
libs/libtomcrypt/DEPENDS | 4 ++++
libs/libtomcrypt/HISTORY | 1 +
libs/libtomcrypt/INSTALL | 1 +
4 files changed, 9 insertions(+)

New commits:
commit e122e7e2efd24f18cc2327e0c501c6fd6caa0d51
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libtomcrypt: Add optional dependency on texlive

For building the documentation.

diff --git a/libs/libtomcrypt/BUILD b/libs/libtomcrypt/BUILD
index 8f58e6d..f238601 100755
--- a/libs/libtomcrypt/BUILD
+++ b/libs/libtomcrypt/BUILD
@@ -1 +1,4 @@
make
+if is_depends_enabled $SPELL texlive; then
+ make docs
+fi
diff --git a/libs/libtomcrypt/DEPENDS b/libs/libtomcrypt/DEPENDS
new file mode 100755
index 0000000..0048d69
--- /dev/null
+++ b/libs/libtomcrypt/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends texlive \
+ "" \
+ "NODOCS=1" \
+ "For building the documentation"
diff --git a/libs/libtomcrypt/HISTORY b/libs/libtomcrypt/HISTORY
index 5e6cc5c..c446cbd 100644
--- a/libs/libtomcrypt/HISTORY
+++ b/libs/libtomcrypt/HISTORY
@@ -1,5 +1,6 @@
2017-09-06 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
+ * DEPENDS, BUILD, INSTALL: Added texlive dependency (for building doc)

2015-02-12 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS: spell created
diff --git a/libs/libtomcrypt/INSTALL b/libs/libtomcrypt/INSTALL
new file mode 100755
index 0000000..8b8f583
--- /dev/null
+++ b/libs/libtomcrypt/INSTALL
@@ -0,0 +1 @@
+make $OPTS install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e122e7e2efd24f18cc2327e0c501c6fd6caa0d51), Ismael Luceno, 09/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page