# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Libmemcached wrapper written as a Python extension" HOMEPAGE="http://lericson.blogg.se/code/category/pylibmc.html" SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" DEPEND="dev-python/setuptools >=dev-libs/libmemcached-0.26" RDEPEND="${DEPEND}" IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" DOCS="" src_install() { distutils_src_install cd ${S} insinto /usr/share/pylibmc doins benchmark.py }