# 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-8.7.2.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-9.1.tgz" HOMEPAGE="http://www.w3.org/Amaya/" KEYWORDS="~x86 ~amd64" LICENSE="GPL-2" SLOT="8" IUSE="" RDEPEND=" ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* media-libs/imlib )" DEPEND="dev-lang/perl ${RDEPEND}" src_compile() { local myconf="" mkdir ${S} cd ${S} myconf="${myconf} --with-gtk" ../configure \ ${myconf} \ --prefix=/usr \ --host=${CHOST} make || die } src_install () { dodir /usr make prefix=${D}/usr install || die }