Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

dev-util/codeblocks-cvs

(1/1)

me22:
Well, with this new build system I felt it would be easier to make an ebuild for it =)


--- Code: ---# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

## if you're a developer, uncomment and fix these 3 lines
#ECVS_AUTH="ext"
#ECVS_USER="<usename>"
#ECVS_PASS="<password>"

ECVS_SERVER="cvs.sourceforge.net:/cvsroot/codeblocks"
ECVS_MODULE="codeblocks"

inherit cvs

DESCRIPTION="An open source, cross platform, free C++ IDE."
HOMEPAGE="http://www.codeblocks.org"
SRC_URI=""

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="ppc x86"
IUSE="debug"

RDEPEND="
        "
DEPEND="${RDEPEND}
        "

S="${WORKDIR}/${ECVS_MODULE}"

src_compile() {
        ./bootstrap
        econf `use_enable debug` || die "configure failed"
        emake || die "make failed"
}

src_install() {
        #make install DESTDIR=${D} || die "install failed"
        einstall DESTDIR=${D} || die "install failed"
}

--- End code ---

mandrav:
Nice :D
ebuild, hmmm... Gentoo? :P

What should I do with this?  :oops:
Make it a download or send it to gentoo people?
Are there any special instructions on how to use it?

gfgfd:
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds

mandrav:
Thanks :)

Navigation

[0] Message Index

Go to full version