# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The CImg Library is an open-source C++ toolkit for image processing." HOMEPAGE="http://cimg.sourceforge.net/" SRC_URI="http://ufpr.dl.sourceforge.net/sourceforge/cimg/${P}.zip" LICENSE="|| ( CeCILL-2 CeCILL-C )" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_compile() { einfo "no need to compile" } src_install() { insinto /usr/include/ doins "${S}"/CImg.h dodoc README.txt CHANGES.txt }