# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/mdbtools-0.6_pre2-r3.ebuild,v 1.2 2012/05/03 20:00:39 jdhore Exp $ EAPI="5" inherit eutils autotools DESCRIPTION="A set of libraries and utilities for reading Microsoft Access database (MDB) files" HOMEPAGE="http://mdbtools.sourceforge.net" SRC_URI="https://github.com/brianb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" BUILD_DIR="${S}" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" RDEPEND=">=dev-libs/glib-2 sys-libs/ncurses sys-libs/readline >=dev-db/unixODBC-2.0" DEPEND="${RDEPEND} virtual/pkgconfig >=sys-devel/flex-2.5.0 >=sys-devel/bison-1.35 app-text/txt2man" src_prepare() { eautoreconf } src_install() { emake DESTDIR="${D}" install dodoc COPYING* NEWS README* TODO AUTHORS HACKING ChangeLog }