# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k_hash/ed2k_hash-0.4.0.ebuild,v 1.8 2005/09/07 14:31:05 sekretarz Exp $ inherit eutils DESCRIPTION="Tool for generating eDonkey2000 links" HOMEPAGE="http://ed2k-tools.sourceforge.net/${PN}.shtml" RESTRICT="nomirror" SRC_URI="mirror://sourceforge/ed2k-tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="virtual/libc" src_unpack() { unpack ${P}.tar.gz epatch ${FILESDIR}/ed2k_64bit.patch } src_install() { make install DESTDIR=${D} || die dodoc AUTHORS COPYING INSTALL README TODO }