# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20050930.ebuild,v 1.3 2006/02/20 16:38:44 corsair Exp $ inherit eutils libtool fixheadtails DESCRIPTION="Library for creating diff files" HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="gcc" #S=${WORKDIR} src_unpack() { unpack ${A} cd "${S}" #mv "${WORKDIR}"/glibc-*/*.c . #epatch "${FILESDIR}"/${PN}-20050531-debian-to-gentoo.patch } src_compile() { econf || die "econf failed" emake || die "Make failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" }