# 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.
next time, please attach new ebuilds in plain text format *** This bug has been marked as a duplicate of 24123 ***