Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36775 - ebuild to gift-gnutella 0.0.8
Summary: ebuild to gift-gnutella 0.0.8
Status: RESOLVED DUPLICATE of bug 38332
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-29 20:39 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: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 ***