summaryrefslogtreecommitdiff
blob: b2da8a52ae4f2cd3c089675a4cabb3c3b5028bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-gnustep/projectcenter/projectcenter-0.3.5.ebuild,v 1.2 2003/10/18 20:19:22 raker Exp $

inherit gnustep

S=${WORKDIR}/ProjectCenter

DESCRIPTION="GNUstep project developer"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/ProjectCenter-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"

DEPEND=">=dev-util/gnustep-gui-0.8.5"

src_unpack() {
	unpack ProjectCenter-${PV}.tar.gz
	cd ${S}
}