# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k_recovermet/ed2k_recovermet-0.2_alpha1.ebuild,v 1.5 2004/07/01 09:17:08 squinky86 Exp $ DESCRIPTION="Tool for recovering eDonkey2000 .part.met files" HOMEPAGE="http://gentoo.mirror.at.stealer.net/files/" SRC_URI="http://gentoo.mirror.at.stealer.net/files/${P/1/}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" S=${WORKDIR} src_compile() { einfo "Nothing to compile." } src_install() { dobin ed2k_recovermet dodoc README }