summaryrefslogtreecommitdiff
blob: c7201d09548282aa9f5e47bd2b843743f9119e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cenon/cenon-3.82.ebuild,v 1.1 2007/09/10 20:45:46 voyageur Exp $

inherit gnustep-2

S=${WORKDIR}/${PN/c/C}

DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and MacOSX"
HOMEPAGE="http://www.cenon.info/"
SRC_URI="http://www.vhf-group.com/vhfInterservice/download/source/${P/c/C}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
LICENSE="Cenon"

RDEPEND=">=gnustep-libs/cenonlibrary-3.82"

src_unpack() {
	unpack ${A}
	epatch "${FILESDIR}/${P}"-install.patch
}