# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion ESVN_REPO_URI="https://mcalib.svn.sourceforge.net/svnroot/mcalib/" DESCRIPTION="Tools to calibrate monitor on linux with Pantone Huey" HOMEPAGE="http://sourceforge.net/projects/mcalib/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="-*" DEPEND="dev-util/scons" RDEPEND=" media-libs/libsdl x11-libs/libXxf86vm dev-libs/ccmath " src_compile() { scons || die "scons failed" } src_install() { dobin mcalib || die "installing the binary failed" dobin mgramp || die "installing the binary failed" dodoc INSTALL LICENSE README }