# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep S=${WORKDIR}/${PN/c/C} DESCRIPTION="Cenon is a vector graphics tool for GNUstep, OpenStep and Apple." HOMEPAGE="http://www.cenon.info/" SRC_URI="http://www.vhf-group.com/vhfInterservice/download/source/Cenon-3.60.tar.bz2" KEYWORDS="~x86" SLOT="0" LICENSE="Cenon" IUSE="" DEPEND="${DEPEND}" RDEPEND="${RDEPEND} gnustep-extra/cenon-library" src_compile() { cd ${S} EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/gnumakefile-library-chmod-3.60.patch egnustepmake } src_install() { egnustepinstall }