summaryrefslogtreecommitdiff
blob: 7fec25621a445f3562e5b8d9881b23a3d4612eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/overnet/overnet-0.50.1.ebuild,v 1.1 2003/12/06 16:30:50 mholzer Exp $

MY_P="${P/-/}"
S="${WORKDIR}"
DESCRIPTION="Overnet is the successor of eDonkey2000 that allows you to share files with millions of other people across the globe."
HOMEPAGE="http://www.overnet.com"
SRC_URI="http://files.edonkey2000.com/files/${MY_P}.tar.gz"
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86"

DEPEND="virtual/glibc"

src_install () {
	cp ${MY_P} ${PN}
	dodir /opt/${PN}
	exeinto /opt/${PN}
	doexe ${PN}
	#chown root.root ${D}/${I}/overnet
	#chmod 755 ${D}/${I}/overnet
}