# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A utility for reading and writing memory smart cards under Linux" SRC_URI="http://home.kcore.de/~kianga/smartcard/${P}.tar.gz" HOMEPAGE="http://home.kcore.de/~kianga/smartcard/" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="virtual/glibc app-misc/towitoko" RDEPEND="virtual/glibc app-misc/towitoko" src_compile() { econf || die "could not configure" emake || die "emake failed" } src_install() { einstall }