# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PV="${PV%.*}" MY_PR="${PV##*.}" DESCRIPTION="powerful open-source, cross platform IDE for the C/C++" HOMEPAGE="http://www.codelite.org/" #~distfiles/CodeLite-rev1789-v1.0.src.zip SRC_URI="mirror://sourceforge/codelite/CodeLite-rev${MY_PR}-v${MY_PV}.src.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} x11-libs/wxGTK" S=${WORKDIR}/CodeLite-Rev${MY_PR}-V${MY_PV} ECONF_SOURCE=$S src_unpack() { unpack ${A} cd "${S}" chmod +x configure } src_compile() { #econf || die "econf faild" #emake || die "emake failed" ./configure make } src_install() { #make install #einstall || die "einstall failed" emake DESTDIR="${D}" install || die "Install failed" }