# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Is a Gkrellm plugin which displays the names of installed PCMCIA cards, shows an animation when cards are changed, and can execute commands on the PCcards." HOMEPAGE="http://brix.gimp.org/files/gkPCcard/" SRC_URI="http://brix.gimp.org/files/gkPCcard/gkPCcard-1.0.0-pre3.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" S="${WORKDIR}/gkPCcard-1.0.0-pre3" DEPEND="=app-admin/gkrellm-2*" src_compile() { emake || die "emake failed" } src_install() { dodoc README insinto /usr/lib/gkrellm2/plugins doins gkPCcard.so }