dev-python/csv23: arm64 keyworded (bug #719700)
[gentoo.git] / sys-auth / ykneo-ccid-tools / ykneo-ccid-tools-0.0.0.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit eutils udev
7
8 DESCRIPTION="Tools for Yubico's YubiKey NEO in CCID mode"
9 SRC_URI="http://yubico.github.io/ykneo-ccid-tools/releases/${P}.tar.gz"
10 HOMEPAGE="https://github.com/Yubico/ykneo-ccid-tools"
11
12 KEYWORDS="~amd64 ~x86"
13 SLOT="0"
14 LICENSE="BSD-2"
15 IUSE=""
16
17 RDEPEND="sys-apps/pcsc-lite"
18 DEPEND="${RDEPEND}
19         sys-apps/help2man
20         dev-util/gengetopt"
21
22 DOCS=( AUTHORS NEWS README )
23
24 src_prepare() {
25         epatch "${FILESDIR}/${P}-string.patch"
26 }