# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="doc" inherit base DESCRIPTION="XBSQL: An SQL Wrapper for the XBase library" HOMEPAGE="http://www.rekallrevealed.org/" SRC_URI="http://www.rekallrevealed.org/packages/${P}.tgz" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="sys-devel/automake sys-devel/libtool =dev-db/xbase-2.0.0" src_install() { base_src_install dodoc AUTHORS Announce COPYING ChangeLog INSTALL README TODO use doc && dohtml doc/* }