unitas/app-crypt/gppcscconnectionplugin/gppcscconnectionplugin-1.1....

23 lines
501 B
Bash
Raw Normal View History

2013-10-15 18:48:09 +02:00
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $ jd
EAPI=4
##inherit eutils libtool autotools flag-o-matic
DESCRIPTION="Connection between GlobalPlatform and pcsc-lite"
HOMEPAGE="http://sourceforge.net/projects/globalplatform/"
SRC_URI="mirror://sourceforge/globalplatform/${P}.tar.gz"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-libs/globalplatform
sys-apps/pcsc-lite"
DEPEND="${RDEPEND}"