# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils DESCRIPTION="A PC/SC wrapper for Python." HOMEPAGE="http://homepage.mac.com/jlgiraud/pycsc/Pycsc.html" SRC_URI="http://homepage.mac.com/jlgiraud/pycsc/pycsc-0.0.3.tar.gz" LICENSE="pycsc" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.2 sys-apps/pcsc-lite" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}_new-pcsc.patch }