Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17e76a9a5cc991fcfe9a62fb863580b942dc2788)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17e76a9a5cc991fcfe9a62fb863580b942dc2788)
  • Date: Tue, 3 Mar 2009 05:35:21 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/openct/DEPENDS | 3 +++
crypto/openct/HISTORY | 4 ++++
crypto/openct/INSTALL | 6 ++++++
3 files changed, 13 insertions(+)

New commits:
commit 3b8f19d6a7c8b670985d78b92d74c7b2648c63bc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

openct - extra depends

diff --git a/crypto/openct/DEPENDS b/crypto/openct/DEPENDS
new file mode 100755
index 0000000..3cba84e
--- /dev/null
+++ b/crypto/openct/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends libusb '--enable-usb' '' 'usb hot plug support' &&
+optional_depends hal '' '' 'determine card insert policy' &&
+optional_depends pcsc-lite '--enable-pcsc' '' 'secure card support'
diff --git a/crypto/openct/HISTORY b/crypto/openct/HISTORY
index a27488a..c9f1e04 100644
--- a/crypto/openct/HISTORY
+++ b/crypto/openct/HISTORY
@@ -1,3 +1,7 @@
+2009-03-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: added, for libusb, hal, pcsc-lite
+ * INSTALL: added, for hal
+
2008-08-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.6.15

diff --git a/crypto/openct/INSTALL b/crypto/openct/INSTALL
new file mode 100755
index 0000000..e80400a
--- /dev/null
+++ b/crypto/openct/INSTALL
@@ -0,0 +1,6 @@
+if is_depends_enabled $SPELL hal;then
+DEST=$INSTALL_ROOT/usr/share/hal/fdi/information/10freedesktop &&
+mkdir -p $DEST &&
+cp etc/openct.fdi $DEST/10-usb-openct.fdi &&
+cp etc/openct.hald $INSTALL_ROOT/usr/bin
+fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17e76a9a5cc991fcfe9a62fb863580b942dc2788), Treeve Jelbert, 03/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page