[Lunar-commits] <moonbase-other> libpqxx: Readding, this is needed by some qt base apps as a bridge to postresql.
stumbles
stumbles at lunar-linux.org
Sat Oct 13 15:38:53 CEST 2012
commit 3021a63d51f842b76fb7c386eddf768b8b410654
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 13 Oct 2012 06:38:53 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/3021a63d51f842b76fb7c386eddf768b8b410654
libpqxx: Readding, this is needed by some qt base apps as a bridge to postresql.
---
sql/libpqxx/BUILD | +16/-0
sql/libpqxx/DEPENDS | +1/-0
sql/libpqxx/DETAILS | +18/-0
3 files changed, 35 insertions(+)
--- /dev/null
+++ b/sql/libpqxx/BUILD
@@ -0,0 +1,16 @@
+(
+
+
+ ./configure --sysconfdir=/etc \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --localstatedir=/var \
+ --enable-shared \
+ --disable-static \
+ $OPTS &&
+
+
+ default_make
+
+) > $C_FIFO 2>&1
+
--- /dev/null
+++ b/sql/libpqxx/DEPENDS
@@ -0,0 +1 @@
+depends postgresql
\ No newline at end of file
--- /dev/null
+++ b/sql/libpqxx/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=libpqxx
+ VERSION=4.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pqxx.org/download/software/libpqxx/
+ SOURCE_VFY=sha1:09e6301e610e7acddbec85f4803886fd6822b2e6
+ WEB_SITE=http://pqxx.org/development/libpqxx/
+ ENTERED=20050728
+ UPDATED=20120906
+ SHORT="C++ client API for PostgreSQL"
+
+cat << EOF
+C++ client API for PostgreSQL. The standard front-end (in the sense of
+"language binding") for writing C++ programs that use PostgreSQL.
+Supersedes older libpq++ interface. Requires an up-to-date C++ compiler,
+like gcc 2.95 or better.
+
+This project is released under the Berkeley/BSD license.
+EOF
More information about the Lunar-commits
mailing list