# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/python-gammu-0.28.ebuild,v 1.3 2009/03/08 16:17:42 maekke Exp $ inherit distutils DESCRIPTION="Python bindings for Gammu" HOMEPAGE="http://www.cihar.com/gammu/python/" SRC_URI="ftp://dl.cihar.com/python-gammu/v0/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND="~app-mobilephone/gammu-1.22.1" DEPEND="dev-util/pkgconfig ${RDEPEND}" src_install() { DOCS="AUTHORS" distutils_src_install insinto /usr/share/doc/${PF}/examples doins examples/*.py insinto /usr/share/doc/${PF}/examples/data doins examples/data/* }