# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # $Header: IUSE="" S="${WORKDIR}/${P}" DESCRIPTION="C++ client API for PostgreSQL. The standard front-end for writing C++ programs that use PostgreSQL. Supersedes older libpq++ interface." SRC_URI="ftp://gborg.postgresql.org/pub/libpqxx/stable/${P}.tar.gz" HOMEPAGE="http://gborg.postgresql.org/project/libpqxx/projdisplay.php" LICENSE="POSTGRESQL" KEYWORDS="x86" SLOT="0" DEPEND="virtual/glibc \ >=gcc-2.95" src_compile() { econf || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO dohtml doc/html/Reference/*.html }