]> vaikene.ee Git - ebuild/blob - dev-libs/smartcardpp/smartcardpp-3.5_rc.ebuild
Lisatud RIA poolt tellitud ametliku ID kaardi tarkvara v3.5_rc ebuild failid.
[ebuild] / dev-libs / smartcardpp / smartcardpp-3.5_rc.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6
7 inherit cmake-utils subversion
8
9 DESCRIPTION="A set of C++ classes to manage smartcard communications and implement basic command primitives."
10 HOMEPAGE="http://www.id.ee/"
11 ESVN_REPO_URI="https://svn.eesti.ee/projektid/idkaart_public/branches/3.5-rc/smartcardpp"
12 KEYWORDS="~amd64 ~x86"
13 LICENSE="BSD"
14 SLOT="0"
15
16 DEPEND="
17 sys-apps/pcsc-lite
18 "
19
20 src_configure() {
21 cmake-utils_src_configure
22 }