blob: a9c60506e68e2e3b848d65ea7feca7d0957fa5d2 (
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
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.1 2004/04/29 17:18:12 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"
DEPEND="virtual/glibc"
S=${WORKDIR}
src_compile() {
einfo "Nothing to compile."
}
src_install() {
dobin ed2k_recovermet
dodoc README
}
|