# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.6 2008/05/02 18:35:54 pythonhead Exp $ inherit distutils DESCRIPTION="Python Codecs for Iconv Encodings" SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz" HOMEPAGE="http://cjkpython.i18n.org/" IUSE="" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="ia64 x86" DEPEND=">=dev-lang/python-1.6" src_compile() { distutils_src_compile --with-libc }