# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="powerful open-source, cross platform IDE for the C/C++" HOMEPAGE="http://www.codelite.org/" #~distfiles/codelite-1.0.2128.tar.gz SRC_URI="mirror://sourceforge/codelite/codelite-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} >=x11-libs/wxGTK-2.8.0" src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}/configure.patch" #patch < "${FILESDIR}/configure.patch" } src_compile() { #econf || die "econf faild" #emake || die "emake failed" ./configure make } src_install() { export DESTDIR="${D}" make install #einstall || die "einstall failed" #emake DESTDIR="${D}" install || die "Install failed" }