# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" DESCRIPTION="Database independant embedded SQL-92 precompiler for C++ and Java" HOMEPAGE="http://www.uesqlc.org/" SRC_URI="http://www.uesqlc.org/download/uesqlc/${P}.tar.gz" SLOT="0" LICENSE="GPL" KEYWORDS="~x86" DEPEND=">=dev-libs/mpcl-11.0.0 >=dev-java/jdbc3-postgresql-7.4.5" src_compile() { cd ${S} patch -p1 <${FILESDIR}/uesqlc.configure.patch econf --with-postgresql-jdbc=/usr/share/jdbc3-postgresql/lib/jdbc3-postgresql.jar emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS BUGS ChangeLog COPYING* NEWS README* THANKS TODO VERSION }