* [gentoo-dev] ebuild for overnet
@ 2002-09-29 20:40 Jordi Böhme
2002-09-30 22:42 ` Hannes Mehnert
2002-09-30 22:50 ` Mike Frysinger
0 siblings, 2 replies; 3+ messages in thread
From: Jordi Böhme @ 2002-09-29 20:40 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: clearsigned data --]
[-- Type: Text/Plain, Size: 96 bytes --]
Hi.
I have made an ebuild for overnet.
Where can I commit it or send it to?
Greets
Jordi
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: overnet-0.29.1.ebuild --]
[-- Type: text/plain; charset="us-ascii"; name="overnet-0.29.1.ebuild", Size: 759 bytes --]
# Author: Jordi Böhme <mail@jordi-boehme.de> http://jordi-boehme.de
S="${WORKDIR}/${P}"
NV="0.29.1"
# no version number on this install dir since upgrades will be using same dir
# (data will be stored here too)
I=/usr/bin
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://www.overnet.com/files/overnet${NV}.gz"
SLOT="0"
LICENSE="proprietary"
KEYWORDS="x86"
src_unpack () {
cd ${WORKDIR}
test ! -d ${S} && mkdir ${S}
gunzip -dc ${DISTDIR}/overnet${NV}.gz > ${S}/overnet
}
src_install () {
dodir ${I}
cp overnet ${D}/${I}
chown root.root ${D}/${I}/overnet
chmod 755 ${D}/${I}/overnet
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-30 22:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-29 20:40 [gentoo-dev] ebuild for overnet Jordi Böhme
2002-09-30 22:42 ` Hannes Mehnert
2002-09-30 22:50 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox