# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit autotools eutils flag-o-matic multilib DESCRIPTION="An Integrated Development Environment for producing eLearning" HOMEPAGE="http://www.salasaga.org/" SRC_URI="http://www.salasaga.org/downloads/alpha3/salasaga-0.8.0.alpha3.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="debug" RDEPEND="sys-devel/autoconf dev-util/pkgconfig dev-libs/glib x11-libs/gtk+ gnome-base/libgnome media-libs/libpng media-libs/jpeg dev-libs/libxml2 sys-libs/zlib gnome-base/gconf >=media-libs/ming-0.3.0" DEPEND="${RDEPEND}" src_compile() { mv ${WORKDIR}/salasaga-0.8.0.alpha3 ${WORKDIR}/${P} cd "${S}" || die "Directory not found" autoconf || die "Autoconfig failed" econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "Install failed" }