projectcenter-0.6.1.ebuild 454 B

1234567891011121314151617181920
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit gnustep-2
  5. MY_P=${P/projectc/ProjectC}
  6. S=${WORKDIR}/${MY_P}
  7. DESCRIPTION="An IDE for GNUstep"
  8. HOMEPAGE="http://www.gnustep.org/experience/ProjectCenter.html"
  9. SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz"
  10. KEYWORDS="amd64 ppc x86 ~x86-fbsd"
  11. LICENSE="GPL-2"
  12. SLOT="0"
  13. IUSE=""
  14. RDEPEND=">=sys-devel/gdb-6.0"