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

Treeve Jelbert scm at sourcemage.org
Tue Mar 3 06:35:21 EST 2009


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



More information about the SM-Commit mailing list