[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-dev
Subject:    [gentoo-dev] ebuild for overnet
From:       Jordi =?iso-8859-1?q?B=F6hme?= <mail () jordi-boehme ! de>
Date:       2002-09-29 20:40:44
[Download RAW message or body]

Hi.

I have made an ebuild for overnet.
Where can I commit it or send it to?

Greets
Jordi
["overnet-0.29.1.ebuild" (text/plain)]

# 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
}


_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic