blob: 78c2c452e46cd81d5939f860b8ef2dd13a0b60ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
}
|