Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16832

Added Files:
        psycopg-py24.info psycopg-py24.patch 
Log Message:
Submission #1253268

--- NEW FILE: psycopg-py24.info ---
Package: psycopg-py24
Version: 1.1.18
Revision: 1
Maintainer: Neil Tiffin <[EMAIL PROTECTED]>
BuildDepends: postgresql80-dev | postgresql80-ssl-dev
Depends: python24, python-mx-py24, postgresql | postgresql-ssl, 
postgresql80-ssl-shlibs | postgresql80-shlibs
Source: mirror:sourceforge:psycopg/psycopg-%v.tar.gz
Source-MD5: 8e5cd2925a25a5aa80cd83418d6a5f09
ConfigureParams: --with-python=%p/bin/python2.4 --with-python-version=2.4 
--with-mxdatetime-includes=%p/lib/python2.4/site-packages/mx/DateTime/mxDateTime/
 --with-python-exec-prefix=%i
Patch: %n.patch
CompileScript: <<
 OPT="-Wno-long-double" ./configure %c
 make
<<
InstallScript: <<
 make install
 mkdir -p %i/share/doc/%n
 cp -R doc %i/share/doc/%n
<<
DocFiles: AUTHORS COPYING CREDITS FAQ INSTALL NEWS README RELEASE-1.0 SUCCESS 
TODO VERSION 
Description: PostgreSQL database adapter for Python 2.4
DescDetail: <<
  psycopg is a PostgreSQL database adapter for the Python programming
  language. It was written from scratch with the aim of being very small
  and fast, and stable as a rock. The main advantages of psycopg are
  that it supports the full Python DBAPI-2.0 and being thread safe at
  level 2.
<<
License: GPL
Homepage: http://initd.org/software/initd/psycopg


--- NEW FILE: psycopg-py24.patch ---
--- psycopg-1.1.18/Makefile.pre.in.orig        Wed Jan  5 14:08:16 2005
+++ psycopg-1.1.18/Makefile.pre.in     Sat Aug  6 13:01:16 2005
@@ -176,6 +176,9 @@
 install: install-shmods 
 install-shmods: $(SHAREDMODS)
        @echo 'Installing shared modules...'
+       mkdir $(exec_prefix)/lib;
+       mkdir $(exec_prefix)/lib/python2.4;
+       mkdir $(PY_MOD_DIR);
        @if [ -n "$(SHAREDMODS)" ]; then \
          for mod in $(SHAREDMODS); do \
            echo "  install -m 555 $$mod $(PY_MOD_DIR)"; \



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to