# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.4.ebuild,v 1.3 2007/04/07 16:36:15 opfer Exp $ inherit eutils autotools DESCRIPTION="GNU libsigsegv is a library for handling page faults in user mode." HOMEPAGE="ftp://ftp.gnu.org/pub/gnu/libsigsegv/" SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86" IUSE="" DEPEND="virtual/libc" src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-ppc-macos.patch } src_compile() { AT_M4DIR=m4 eautoreconf || die econf --enable-shared || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog* INSTALL NEWS PORTING README* }