summaryrefslogtreecommitdiff
blob: 8bc01faf957a260c0ac68e40145ccb33d3471f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit eutils

DESCRIPTION="Tool to read the contents of smartcards"
HOMEPAGE="http://pannetrat.com/Cardpeek"
SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="sys-apps/pcsc-lite
	=dev-lang/lua-5.2*
	x11-libs/gtk+:3
	net-misc/curl
	dev-libs/openssl"

DEPEND="${RDEPEND}
	virtual/pkgconfig"