blob: 85baecf5d51039ae63439e078cf3d8445bd78d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.4 2004/06/25 00:30:47 agriffis 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/glibc"
S=${WORKDIR}
src_compile() {
einfo "Nothing to compile."
}
src_install() {
dobin ed2k_recovermet
dodoc README
}
|