Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4824b6f80739016e95c3bfecce42a328d4b83684)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4824b6f80739016e95c3bfecce42a328d4b83684)
  • Date: Wed, 5 Oct 2016 20:22:01 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

security/fwknop/BUILD | 14 +++++++++++++-
security/fwknop/DEPENDS | 5 ++++-
security/fwknop/HISTORY | 5 +++++
security/fwknop/INSTALL | 13 +++++++++++++
4 files changed, 35 insertions(+), 2 deletions(-)

New commits:
commit 4824b6f80739016e95c3bfecce42a328d4b83684
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fwknop: added perl & python deps

diff --git a/security/fwknop/BUILD b/security/fwknop/BUILD
index db67993..1d14de2 100755
--- a/security/fwknop/BUILD
+++ b/security/fwknop/BUILD
@@ -2,4 +2,16 @@ OPTS="$FWKNOP_OPTS $OPTS" &&

make_single &&
default_build &&
-make_normal
+make_normal &&
+
+if is_depends_enabled $SPELL perl; then
+ cd perl/FKO &&
+ default_build_perl &&
+ cd ../..
+fi &&
+
+if is_depends_enabled $SPELL python; then
+ cd python &&
+ default_build_python &&
+ cd ..
+fi
diff --git a/security/fwknop/DEPENDS b/security/fwknop/DEPENDS
index aa33d8b..7fc8c0a 100755
--- a/security/fwknop/DEPENDS
+++ b/security/fwknop/DEPENDS
@@ -15,4 +15,7 @@ fi &&
optional_depends gpgme \
"--with-gpgme" \
"--without-gpgme" \
- "for gpg encryption support"
+ "for gpg encryption support" &&
+
+optional_depends perl "" "" "for Perl module" &&
+optional_depends python "" "" "for Python module"
diff --git a/security/fwknop/HISTORY b/security/fwknop/HISTORY
index 901f79d..52d4867 100644
--- a/security/fwknop/HISTORY
+++ b/security/fwknop/HISTORY
@@ -1,3 +1,8 @@
+2016-10-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added perl & python optional deps
+ * BUILD: build Perl & Python modules
+ * INSTALL: added, to install Perl & Python modules
+
2016-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.6.9

diff --git a/security/fwknop/INSTALL b/security/fwknop/INSTALL
new file mode 100755
index 0000000..b7bda7f
--- /dev/null
+++ b/security/fwknop/INSTALL
@@ -0,0 +1,13 @@
+default_install &&
+
+if is_depends_enabled $SPELL perl; then
+ cd perl/FKO &&
+ make install &&
+ cd ../..
+fi &&
+
+if is_depends_enabled $SPELL python; then
+ cd python &&
+ default_install_python &&
+ cd ..
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4824b6f80739016e95c3bfecce42a328d4b83684), Vlad Glagolev, 10/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page