# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/iulib/iulib-0.4.ebuild,v 1.1 2009/12/16 11:39:24 vapier Exp $ inherit eutils toolchain-funcs DESCRIPTION="easy-to-use image and video I/O functions" HOMEPAGE="http://code.google.com/p/iulib/" SRC_URI="http://iulib.googlecode.com/files/${P}.tgz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sdl" DEPEND="sys-libs/zlib media-libs/libpng media-libs/jpeg media-libs/tiff sdl? ( media-libs/libsdl )" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-0.4-scons-build-env.patch } src_compile() { tc-export CC CXX scons prefix=/usr || die } src_install() { scons install prefix="${D}/usr" || die dodoc CHANGES README TODO }