psycopg-py24 stable port information

Package: psycopg-py24
Version: 1.1.18
Revision: 3
Distribution: 10.4, 10.5
Maintainer: Neil Tiffin
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

psycopg-py24 stable port .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)"; \

psycopg-py24 _unstable_ port .patch