23 lines
501 B
Bash
23 lines
501 B
Bash
# 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}"
|
|
|