# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.5.1.ebuild,v 1.7 2004/06/25 01:40:59 agriffis Exp $ IUSE="" DESCRIPTION="GPGME Interface for Python" SRC_URI="mirror://sourceforge/pyme/${P}.tar.gz" HOMEPAGE="http://pyme.sourceforge.net" DEPEND=">=app-crypt/gpgme-0.9.0" SLOT="0" KEYWORDS="~x86" LICENSE="GPL-2" inherit distutils src_unpack() { unpack ${A} cd ${S} sed -i -e 's:include/:include/gpgme/:' Makefile } src_compile() { emake swig distutils_src_compile } src_install() { mydoc="examples/*" distutils_src_install dohtml -r doc/* }