# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1.ebuild,v 1.14 2004/09/25 05:09:12 vapier Exp $ inherit eutils flag-o-matic DESCRIPTION="Tools for ATM" HOMEPAGE="http://linux-atm.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" DEPEND="virtual/libc" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-gcc34.patch } src_compile() { # Fix bug #68425 filter-flags -fbranch-probabilities econf || die sed -i 's:hosts.atm :hosts.atm ${D}:' src/config/Makefile || die emake || die } src_install() { make \ DESTDIR=${D} \ man_prefix=/usr/share/man \ install || die dodoc README NEWS THANKS AUTHORS BUGS INSTALL ChangeLog dodoc doc/README* doc/atm* }