You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild

25 lines
644 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild,v 1.5 2012/06/07 18:37:54 xmw Exp $
EAPI=4
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 ~x86-fbsd"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND=">=sys-devel/gdb-6.0"
src_prepare() {
epatch "${FILESDIR}"/${P}-32788+33818.patch
}