|
Lines 1-16
Link Here
|
| 1 |
# Copyright 1999-2006 Gentoo Foundation |
1 |
# Copyright 1999-2006 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.5.5.ebuild,v 1.5 2006/09/16 20:23:35 dertobi123 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.6.8.ebuild$ |
| 4 |
|
4 |
|
| 5 |
inherit eutils |
5 |
inherit eutils |
| 6 |
IUSE="" |
6 |
IUSE="" |
| 7 |
DESCRIPTION="C++ client API for PostgreSQL. The standard front-end for writing C++ programs that use PostgreSQL. Supersedes older libpq++ interface." |
7 |
DESCRIPTION="C++ client API for PostgreSQL. The standard front-end for writing C++ programs that use PostgreSQL. Supersedes older libpq++ interface." |
| 8 |
SRC_URI="ftp://gborg.postgresql.org/pub/libpqxx/stable/${P}.tar.gz |
8 |
SRC_URI="ftp://thaiopensource.org/software/libpqxx/${P}.tar.gz |
| 9 |
http://gborg.postgresql.org/download/libpqxx/stable/${P}.tar.gz" |
9 |
http://thaiopensource.org/download/software/libpqxx/${P}.tar.gz" |
| 10 |
HOMEPAGE="http://gborg.postgresql.org/project/libpqxx/projdisplay.php" |
10 |
HOMEPAGE="http://thaiopensource.org/development/libpqxx/" |
| 11 |
|
11 |
|
| 12 |
LICENSE="BSD" |
12 |
LICENSE="BSD" |
| 13 |
KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ~ppc64 ~sparc ~x86" |
13 |
KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86" |
| 14 |
SLOT="0" |
14 |
SLOT="0" |
| 15 |
|
15 |
|
| 16 |
DEPEND="dev-db/libpq" |
16 |
DEPEND="dev-db/libpq" |