Skip to Content.
Sympa Menu

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

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 (d5f27912d6f497bb7412000f3994879b54dda3e1)
  • Date: Sat, 29 Oct 2011 21:14:47 -0500

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

crypto/aircrack-ng/HISTORY | 3 +++
crypto/aircrack-ng/INSTALL | 4 ++++
crypto/aircrack-ng/PREPARE | 1 +
3 files changed, 8 insertions(+)

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

aircrack-ng: add the option to install airoscript

diff --git a/crypto/aircrack-ng/HISTORY b/crypto/aircrack-ng/HISTORY
index 81d7fac..adc4f28 100644
--- a/crypto/aircrack-ng/HISTORY
+++ b/crypto/aircrack-ng/HISTORY
@@ -1,3 +1,6 @@
+2011-10-30 Ismael Luceno <ismael AT sourcemage.org>
+ * PREPARE, INSTALL: add the option to install airoscript
+
2009-09-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0
* PRE_BUILD: Makefile -> common.mak
diff --git a/crypto/aircrack-ng/INSTALL b/crypto/aircrack-ng/INSTALL
new file mode 100755
index 0000000..6632163
--- /dev/null
+++ b/crypto/aircrack-ng/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+if [[ $AIRCRACK_NG_AIROSCRIPT = y ]]; then
+ make -C "$SOURCE_DIRECTORY"/scripts/airoscript install
prefix="$INSTALL_ROOT"/usr
+fi
diff --git a/crypto/aircrack-ng/PREPARE b/crypto/aircrack-ng/PREPARE
new file mode 100755
index 0000000..97d3cc0
--- /dev/null
+++ b/crypto/aircrack-ng/PREPARE
@@ -0,0 +1 @@
+config_query AIRCRACK_NG_AIROSCRIPT "Install airoscrypt?" n



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d5f27912d6f497bb7412000f3994879b54dda3e1), Ismael Luceno, 10/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page