# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnustep-2 S="${WORKDIR}/Etoile-${PV}/Services/User/Calc" DESCRIPTION="A very simple calculator" HOMEPAGE="http://www.etoile-project.org" SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" DEPEND="gnustep-libs/etoile-io" RDEPEND="${DEPEND}" src_compile() { einfo "Nothing to compile" } src_install() { egnustep_env dodir ${GNUSTEP_SYSTEM_APPS} cp -R Calc.app ${D}/${GNUSTEP_SYSTEM_APPS} # Tools wrapper make_wrapper Calc ${GNUSTEP_SYSTEM_APPS}/Calc.app/Calc "" "" ${GNUSTEP_SYSTEM_TOOLS} }