# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep S=${WORKDIR}/${P/r/R} DESCRIPTION="GNUstep Renaissance allows you to describe your user interfaces in simple and intuitive XML files." HOMEPAGE="http://www.gnustep.it/Renaissance/index.html" SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz" KEYWORDS="~x86" LICENSE="LGPL-2.1" SLOT="0" IUSE="doc" DEPEND="${DEPEND}" RDEPEND="${RDEPEND}" src_compile() { egnustepmake } src_install() { egnustepinstall if [ `use doc` ]; then S=${WORKDIR}/${P/r/R}/Documentation egnustepmake egnustepinstall mkdir ${TMP}/tmpdocs mv ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/* ${TMP}/tmpdocs mkdir -p ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/Developer/Renaissance mv ${TMP}/tmpdocs/* ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/Developer/Renaissance S=${WORKDIR}/${P/r/R} fi }