Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/database
In directory vz-cvs-3.sog:/tmp/cvs-serv3087

Added Files:
        psycopg-py24.info psycopg-py24.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: psycopg-py24.info ---
Package: psycopg-py24
Version: 1.1.18
Revision: 3
Distribution: 10.4, 10.5
Maintainer: Neil Tiffin <ntif...@users.sourceforge.net>
BuildDepends: postgresql81-dev, fink (>= 0.24.12-1)
Depends: python24, python-mx-py24, postgresql81, postgresql81-shlibs
Source: http://initd.org/pub/software/psycopg/PSYCOPG-1-1/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
PatchFile: %n.patch
PatchFile-MD5: f8eb9a1a8f757f84759d6a129e3b9114
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)"; \


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to