summaryrefslogtreecommitdiff
path: root/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/cardpeek/cardpeek-0.7.2.ebuild')
-rw-r--r--app-crypt/cardpeek/cardpeek-0.7.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
new file mode 100644
index 000000000000..9bae2cd41839
--- /dev/null
+++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Tool to read the contents of smartcards"
+HOMEPAGE="http://pannetrat.com/Cardpeek"
+SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libressl"
+
+RDEPEND=">=x11-libs/gtk+-2.12:2
+ sys-apps/pcsc-lite
+ dev-lang/lua:0
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"