# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2.ebuild,v 1.9 2003/08/07 02:36:33 vapier Exp $ inherit distutils S=${WORKDIR}/pymssql-${PV} DESCRIPTION="MS-SQLServer Module for Python" HOMEPAGE="http://pymssql.sourceforge.net/" SRC_URI="mirror://sourceforge/pymssql/pymssql-${PV}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="x86" DEPEND="virtual/python virtual/glibc >=dev-db/freetds/freetds-0.61-r1" RDEPEND="" src_install() { distutils_src_install }