diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-27 23:49:13 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-27 23:49:13 +0000 |
commit | d9b05dca3e40a86adb3933b4696155fa4b6a7c0a (patch) | |
tree | 5b74983286a405fc66e97c29fc07990a1d865717 /dev-python/iconvcodec/iconvcodec-1.1.1.ebuild | |
parent | iconv encodings for python (diff) | |
download | gentoo-2-d9b05dca3e40a86adb3933b4696155fa4b6a7c0a.tar.gz gentoo-2-d9b05dca3e40a86adb3933b4696155fa4b6a7c0a.tar.bz2 gentoo-2-d9b05dca3e40a86adb3933b4696155fa4b6a7c0a.zip |
iconv encodings for python
Diffstat (limited to 'dev-python/iconvcodec/iconvcodec-1.1.1.ebuild')
-rw-r--r-- | dev-python/iconvcodec/iconvcodec-1.1.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild new file mode 100644 index 000000000000..78c2c452e46c --- /dev/null +++ b/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild,v 1.1 2003/06/27 23:49:04 liquidx Exp $ + +inherit distutils + +S=${WORKDIR}/${P} +DESCRIPTION="Python Codecs for Iconv Encodings" +SRC_URI="mirror://sourceforge/koco/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/koco" + +IUSE="" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~x86" + +DEPEND=">=dev-lang/python-1.6" + +src_compile() { + distutils_src_compile --with-libc +} |