# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="SynCE - Python bindings for libwbxml" HOMEPAGE="http://sourceforge.net/projects/synce/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/python dev-python/pyrex =dev-libs/libwbxml-0.9.2_p48" MY_P="pywbxml-${PV}" SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" src_compile() { econf || die emake || die } src_install() { einstall || die }