# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A high performance database library similar to the DBM family" HOMEPAGE="http://sourceforge.net/projects/tokyocabinet/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc ChangeLog THANKS || die dohtml doc/* || die }