19 lines
444 B
Bash
19 lines
444 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
inherit gnustep-2
|
|
|
|
MY_P=${P/projectc/ProjectC}
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
DESCRIPTION="An IDE for GNUstep"
|
|
HOMEPAGE="http://www.gnustep.org/experience/ProjectCenter.html"
|
|
SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz"
|
|
|
|
KEYWORDS="amd64 ppc x86"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=sys-devel/gdb-6.0"
|