libdbi-pgsql - postgresql driver for libdbi
This commit is contained in:
parent
c1d5d67bf7
commit
56f17e5c84
4 changed files with 42 additions and 0 deletions
7
libdbi-pgsql/DESCR
Normal file
7
libdbi-pgsql/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
libdbi-drivers - drivers for libdbi,
|
||||
the Database Independent Abstraction Layer for C
|
||||
|
||||
This driver allows libdbi-enabled applications to use PostgreSQL as a
|
||||
database backend. Internally, it provides a libdbi driver around the libpq
|
||||
client library. See the included driver documentation for installation
|
||||
instructions, usage, and information about driver-specific peculiarities.
|
28
libdbi-pgsql/Makefile
Normal file
28
libdbi-pgsql/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1 2007/12/15 23:19:45 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libdbi-drivers-0.8.2-1
|
||||
PKGNAME= ${DISTNAME:S/libdbi-drivers/libdbi-pgsql/}
|
||||
CATEGORIES= databases devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdbi-drivers/}
|
||||
|
||||
MAINTAINER= cheusov@tut.by
|
||||
HOMEPAGE= http://libdbi-drivers.sourceforge.net/
|
||||
COMMENT= PostgreSQL driver for libdbi, a database abstraction
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALLATION_DIRS+= lib/dbd
|
||||
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
CONFIGURE_ARGS+= --disable-dependency-tracking
|
||||
CONFIGURE_ARGS+= --with-dbi-incdir=${BUILDLINK_PREFIX.libdbi}/include/dbi
|
||||
CONFIGURE_ARGS+= --with-dbi-libdir=${BUILDLINK_PREFIX.libdbi}/lib
|
||||
CONFIGURE_ARGS+= --with-pgsql-incdir=${BUILDLINK_PREFIX.postgresql82-client}/include
|
||||
CONFIGURE_ARGS+= --with-pgsql-libdir=${BUILDLINK_PREFIX.postgresql82-client}/lib
|
||||
CONFIGURE_ARGS+= --disable-docs
|
||||
|
||||
.include "../../wip/libdbi/buildlink3.mk"
|
||||
.include "../../databases/postgresql82-client/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
libdbi-pgsql/PLIST
Normal file
2
libdbi-pgsql/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2007/12/15 23:19:45 cheusov Exp $
|
||||
lib/dbd/libdbdpgsql.la
|
5
libdbi-pgsql/distinfo
Normal file
5
libdbi-pgsql/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2007/12/15 23:19:45 cheusov Exp $
|
||||
|
||||
SHA1 (libdbi-drivers-0.8.2-1.tar.gz) = bc59ec84f93310674d5203e77661b580d54e1f73
|
||||
RMD160 (libdbi-drivers-0.8.2-1.tar.gz) = efa90eb9196566c5cba2cbb73cb93c506ce79622
|
||||
Size (libdbi-drivers-0.8.2-1.tar.gz) = 930395 bytes
|
Loading…
Reference in a new issue