# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python bindings for the LZMA compression library." HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/" SRC_URI="http://www.joachim-bauch.de/projects/python/pylzma/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.4" src_install() { distutils_src_install }