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

Bug 36774

Summary: ebuild to gift-openft 0.2.1.2
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:37:32 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="The giFT OpenFT 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 Martin Holzer (RETIRED) gentoo-dev 2004-03-06 10:27:20 UTC

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