# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="C++ Template Image Processing Library." HOMEPAGE="http://cimg.sourceforge.net/" MY_PN=CImg MY_PV=1-09 SRC_URI="mirror://sourceforge/cimg/${MY_PN}-${MY_PV}.zip" SLOT="0" LICENSE="CeCiLL" KEYWORDS="~x86 ~ppc amd64 ~sparc" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" src_compile() { return } src_install() { _S=${S} S=${WORKDIR}/${MY_PN} dodir /usr/include cp ${S}/CImg.h ${D}/usr/include || die dodoc ${S}/README.txt dohtml -r ${S}/documentation/* }