Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36776 - NEW ebuild to gift opennap plugin (cvs version)
Summary: NEW ebuild to gift opennap plugin (cvs version)
Status: RESOLVED DUPLICATE of bug 24123
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-29 20:41 UTC by alexandre parente lima
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexandre parente lima 2003-12-29 20:41:13 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit cvs

DESCRIPTION="giFT-OpenNap is a giFT plugin for OpenNap (sources from CVS)."
HOMEPAGE="http://gift-opennap.berlios.de/"

ECVS_SERVER="cvs.gift-opennap.berlios.de:/cvsroot/gift-opennap"
ECVS_MODULE="giFT-OpenNap"
S=${WORKDIR}/${ECVS_MODULE}

KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"

DEPEND="virtual/glibc
	>=net-p2p/gift-0.11.5
	>=sys-apps/sed-4
	>=sys-libs/zlib-1.1.4
	>=sys-devel/autoconf-2.52
	>=sys-devel/automake-1.5.0"

RDEPEND=${DEPEND}

src_compile() {
        mv configure.ac configure.in
	./autogen.sh ${myconf} || die
	econf || die "Configure failed"
	emake || die "Make failed"
}

src_install() {

	make DESTDIR=${D} install || die "install failed"
        dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
}

pkg_postinst() {
	einfo "First, you need to run gift-setup with your normal"
	einfo "user account to create the gift-gnutella configuration files."
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-07-06 14:16:28 UTC
next time, please attach new ebuilds in plain text format

*** This bug has been marked as a duplicate of 24123 ***