summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2014-03-27 20:07:12 +0100
committerCtibor <ctibor.brancik@seznam.cz>2014-03-27 20:07:12 +0100
commit202e4c5bdb5f8c79edc66b13f43b41d6d4280f6a (patch)
treeefa59d04d4cb0bd54332a49bc4f84d85a6d844b2 /app-crypt
parentb61f154cdf89fec93afe3b427381722880a06970 (diff)
downloadbrancik-overlay-202e4c5bdb5f8c79edc66b13f43b41d6d4280f6a.tar.gz
brancik-overlay-202e4c5bdb5f8c79edc66b13f43b41d6d4280f6a.tar.bz2
Added app-crypt/acsccid library for ACS card reader support.
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/acsccid/Manifest2
-rw-r--r--app-crypt/acsccid/acsccid-1.0.5.ebuild24
2 files changed, 26 insertions, 0 deletions
diff --git a/app-crypt/acsccid/Manifest b/app-crypt/acsccid/Manifest
new file mode 100644
index 0000000..fb34220
--- /dev/null
+++ b/app-crypt/acsccid/Manifest
@@ -0,0 +1,2 @@
+DIST acsccid-1.0.5.tar.bz2 354406 SHA256 9b056595af04820653a1df14e33a86c533cd3b9f3d7d604ac8ddbacf5fdff119 SHA512 1dbd2e3bbf78e581abb09475593d2462a051ddbd01e43f08d8746165afdd14948391291100435750c174596f2f3ea08de1ded9ffb4e3e01be804956bd87da5ff WHIRLPOOL ee6414c35a627e5f4e05ab092f3242007a76b5a7b6be09f082d07fe0ff126488389b4ac2a962bf37353d14891f620d9d26724227053895d34c1e41c019bc3e06
+EBUILD acsccid-1.0.5.ebuild 479 SHA256 5fda6210ae8df694321260e8f13474f7499116c54f3b9965ed649620a0eb7892 SHA512 0cbd31b24dba24459f7eabeceea212b9169d423a0f485ef4c9457b336bf7f4ae2809d6773985844945748cfdff8ee0660a98dfda66c720b7548c6af060dfdc5d WHIRLPOOL 0035cbd8de945f787d6d76a5bd69d39de9dda7002682387dde3ba121a811398bdc4fd20e69b45be0e991d0fc00ae4fecd6e484fc403577c546759c0418ba7a0b
diff --git a/app-crypt/acsccid/acsccid-1.0.5.ebuild b/app-crypt/acsccid/acsccid-1.0.5.ebuild
new file mode 100644
index 0000000..07a5635
--- /dev/null
+++ b/app-crypt/acsccid/acsccid-1.0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="acsccid is a PC/SC driver for Linux/Mac OS X supporting ACS CCID smart card readers"
+HOMEPAGE="http://acsccid.sourceforge.net/"
+SRC_URI="http://downloads.sourceforge.net/${PN}/${PN}-${PV}.tar.bz2"
+
+
+LICENSE="LGPL-2"
+
+SLOT="0"
+
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="sys-apps/pcsc-lite \
+ virtual/libusb:0
+ "
+
+RDEPEND="${DEPEND}" \ No newline at end of file