# Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils IUSE="" DESCRIPTION="Imaging Library for Python" SRC_URI="http://www.pythonware.net/storage/${P}.tar.gz" HOMEPAGE="http://www.pythonware.com/products/pil" SLOT="0" LICENSE="" KEYWORDS="~x86" S=${WORKDIR}/${P} DOCS="CHANGES-114 CONTENTS README" DEPEND=">=dev-lang/python-1.5" src_compile() { cd ${S}/libImaging ./configure || die make || die cd .. distutils_src_compile }