# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils git DESCRIPTION="Megatunix is a Tuning Program for the Megasquirt Engine Control Unit" HOMEPAGE="http://megatunix.sourceforge.net/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="debug" EGIT_REPO_URI="http://github.com/djandruczyk/MegaTunix.git" GIT_ECLASS="git" DEPEND=" >=x11-libs/gtk+-2.0 >=x11-libs/gtkglext-1.0 >=gnome-base/libglade-2.0 debug? ( sys-devel/gdb ) media-libs/libpng" src_compile() { ./autogen.sh --prefix=/usr/ emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed!" }