dev-db/psqlodbc - 16.00.0000 (gentoo)

Search

Package Information

Description:
Official ODBC driver for PostgreSQL
Homepage:
https://odbc.postgresql.org/
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
16.00.0000 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Official ODBC driver for PostgreSQL"
HOMEPAGE="https://odbc.postgresql.org/"
SRC_URI="https://ftp.postgresql.org/pub/odbc/versions/src/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="iodbc ssl threads"

DEPEND="dev-db/postgresql:*[ssl?]
		!iodbc? ( dev-db/unixODBC )
		iodbc? ( dev-db/libiodbc )
"
RDEPEND="${DEPEND}"

# Tests require installation and a server setup for the purpose.
RESTRICT="test"

DOCS=( readme.txt )
HTML_DOCS=(
	docs/config.html
	docs/config-opt.html
	docs/editConfiguration.jpg
	docs/release-7.3.html
	docs/release.html
)

src_configure() {
	econf \
		$(use_with iodbc) \
		$(use_with !iodbc unixodbc) \
		$(use_enable threads pthreads)
}

USE Flags

ssl

Dependencies

DEPEND

dev-db/postgresql:*[ssl?]
		!iodbc? ( dev-db/unixODBC )
		iodbc? ( dev-db/libiodbc )

RDEPEND

dev-db/postgresql:*[ssl?]
		!iodbc? ( dev-db/unixODBC )
		iodbc? ( dev-db/libiodbc )

Manifest for 16.00.0000

Type File Size Source URLs
DIST psqlodbc-16.00.0000.tar.gz 946997 bytes https://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-16.00.0000.tar.gz