# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm RH_REV=10 DESCRIPTION="Linux Driver support for the CoolKey and CAC products" HOMEPAGE="http://directory.fedora.redhat.com/wiki/CoolKey" SRC_URI="mirror://fedora/6/source/SRPMS/${P}-${RH_REV}.src.rpm" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-apps/pcsc-lite sys-libs/zlib" RDEPEND=${DEPEND} src_install() { emake install DESTDIR="${D}" || die }