EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 eutils DESCRIPTION="Matching Algorithm with Recursively Implemented StorAge" HOMEPAGE="" SRC_URI="https://bitbucket.org/libkkc/libkkc-data/downloads/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" ${PYTHON_DEPS} dev-libs/marisa[${PYTHON_USEDEP}]" pkg_setup() { python-single-r1_pkg_setup } src_configure() { econf } src_compile() { emake } src_install() { emake DESTDIR="${D}" install }