# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The infamous xmeltdown appears to cause your desktop to melt" HOMEPAGE="http://sourceforge.net/projects/xmeltdown/" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/xmeltdown/${P}.tar.bz2" LICENSE="OSI-Approved" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc virtual/x11" src_compile() { emake CFLAGS="${CFLAGS}" xmeltdown || die "emake failed" } src_install() { dobin xmeltdown dodoc README }