commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8041 - trunk/gnue-common/packaging/fink


From: neilt
Subject: [gnue] r8041 - trunk/gnue-common/packaging/fink
Date: Mon, 10 Oct 2005 06:03:38 -0500 (CDT)

Author: neilt
Date: 2005-10-10 06:03:38 -0500 (Mon, 10 Oct 2005)
New Revision: 8041

Added:
   trunk/gnue-common/packaging/fink/psycopg-py24.info
   trunk/gnue-common/packaging/fink/psycopg-py24.patch
Modified:
   trunk/gnue-common/packaging/fink/gnue-common.info
Log:
Update Fink files for latest release.

Modified: trunk/gnue-common/packaging/fink/gnue-common.info
===================================================================
--- trunk/gnue-common/packaging/fink/gnue-common.info   2005-10-10 10:18:32 UTC 
(rev 8040)
+++ trunk/gnue-common/packaging/fink/gnue-common.info   2005-10-10 11:03:38 UTC 
(rev 8041)
@@ -1,17 +1,18 @@
 # Mac OS X Configuration and Installation
 # Fink - http://fink.sourceforge.net/
 Package: gnue-common
-Version: 0.6.0
+Version: 0.6.1
 Revision: 1
 Description: GNU Enterprise Common Library
 License: GPL
 Maintainer: Neil Tiffin <address@hidden>
 
 # Dependencies:
-Depends: python-mx-py24, pyxml-py24, psycopg-py24
+Depends: python-mx-py24, pyxml-py24, psycopg-py24, xorg, wxgtk, python24, 
wxpython-py24, postgresql80-unified
+BuildDepends: xorg-dev, wxpython-py24-dev, postgresql80-unified-dev
 
 # Unpack Phase:
-Source-MD5: f9360e52c2320b89809afcf39974bd6a
+Source-MD5: ded65aceb4b610a17fc87ecc266ae912
 Source: http://www.gnuenterprise.org/downloads/current/gnue-common-%v.tar.gz
 
 # Patch Phase:

Added: trunk/gnue-common/packaging/fink/psycopg-py24.info
===================================================================
--- trunk/gnue-common/packaging/fink/psycopg-py24.info  2005-10-10 10:18:32 UTC 
(rev 8040)
+++ trunk/gnue-common/packaging/fink/psycopg-py24.info  2005-10-10 11:03:38 UTC 
(rev 8041)
@@ -0,0 +1,31 @@
+Package: psycopg-py24
+Version: 1.1.18
+Revision: 1
+Maintainer: Neil Tiffin <address@hidden>
+BuildDepends: postgresql80-dev | postgresql80-ssl-dev | 
postgresql80-unified-dev
+Depends: python24, python-mx-py24, postgresql | postgresql-ssl | 
postgresql80-unified, postgresql80-ssl-shlibs | postgresql80-shlibs | 
postgresql80-unified-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
+

Added: trunk/gnue-common/packaging/fink/psycopg-py24.patch
===================================================================
--- trunk/gnue-common/packaging/fink/psycopg-py24.patch 2005-10-10 10:18:32 UTC 
(rev 8040)
+++ trunk/gnue-common/packaging/fink/psycopg-py24.patch 2005-10-10 11:03:38 UTC 
(rev 8041)
@@ -0,0 +1,12 @@
+--- 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)"; \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]