# 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}.tar.gz" LICENSE="CeCILL-2" SLOT="0" KEYWORDS="~x86" 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 }