# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/amaya/amaya-9.1.ebuild,v 1.1 2005/05/31 10:27:38 platinumviper Exp $ inherit libtool S=${WORKDIR}/Amaya/LINUX-ELF DESCRIPTION="The W3C Web-Editor/Browser" SRC_URI="http://www.w3.org/Amaya/Distribution/${PN}-fullsrc-${PV}.tgz" HOMEPAGE="http://www.w3.org/Amaya/" KEYWORDS="~x86" LICENSE="GPL-2" SLOT="9" IUSE="" RDEPEND="!media-libs/raptor" DEPEND="dev-lang/perl ${RDEPEND}" src_compile() { local myconf="" mkdir ${S} cd ${S} myconf="${myconf} --with-wx" ../configure \ ${myconf} \ --prefix=/usr \ --host=${CHOST} make || die } src_install () { dodir /usr make prefix=${D}/usr install || die }