Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 36775

Summary: ebuild to gift-gnutella 0.0.8
Product: Gentoo Linux Reporter: alexandre parente lima <alexandre_parente>
Component: New packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED DUPLICATE    
Severity: normal CC: m.debruijne
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description alexandre parente lima 2003-12-29 20:39:39 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="The giFT Gnutella plugin"
HOMEPAGE="http://gift.sf.net/"
SRC_URI="mirror://sourceforge/gift/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~ppc"

DEPEND="virtual/glibc
	>=net-p2p/gift-0.11.5
	>=sys-apps/sed-4
	>=sys-libs/zlib-1.1.4"

S=${WORKDIR}/${P}

src_compile() {
	econf || dir "failed to configure"
	emake || die "failed to build"
}

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 Michiel de Bruijne 2004-01-01 10:45:33 UTC
0.0.9 has been released, renaming the ebuild to version 0.0.9 is sufficient.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-03-06 10:29:34 UTC

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