commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7812 - in trunk/gnue-common/packaging: . fink


From: neilt
Subject: [gnue] r7812 - in trunk/gnue-common/packaging: . fink
Date: Tue, 9 Aug 2005 17:49:35 -0500 (CDT)

Author: neilt
Date: 2005-08-09 17:49:34 -0500 (Tue, 09 Aug 2005)
New Revision: 7812

Added:
   trunk/gnue-common/packaging/fink/
   trunk/gnue-common/packaging/fink/gnue-common.info
Log:
Add fink distribution control file.

Added: trunk/gnue-common/packaging/fink/gnue-common.info
===================================================================
--- trunk/gnue-common/packaging/fink/gnue-common.info   2005-08-09 18:30:12 UTC 
(rev 7811)
+++ trunk/gnue-common/packaging/fink/gnue-common.info   2005-08-09 22:49:34 UTC 
(rev 7812)
@@ -0,0 +1,64 @@
+# Mac OS X Configuration and Installation
+# Fink - http://fink.sourceforge.net/
+Package: gnue-common
+Version: 0.5.14
+Revision: 1
+Description: GNU Enterprise Common Library
+License: GPL
+Maintainer: Neil Tiffin <address@hidden>
+
+# Dependencies:
+Depends: python-mx-py24, pyxml-py24, psycopg-py24
+
+# Unpack Phase:
+Source-MD5: cb92026b01dc32bdc3b8ea80d3bcbd8f
+Source: http://www.gnuenterprise.org/downloads/current/gnue-common-%v.tar.gz
+
+# Patch Phase:
+
+
+# Compile Phase:
+CompileScript: <<
+       ./setup.py build
+<<
+
+# Install Phase:
+DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README README.databases TODO 
+InstallScript: <<
+ ./setup.py bdist
+ tar xzfv dist/*.tar.gz -C %d/
+<<
+
+
+# Additional Info
+DescDetail: <<
+ GNU Enterprise Common Library for use with the GNUe tools
+ GNUe-Common provides a set of images and classes that GNUe-Forms, 
+ GNUe-Reports, GNUe-Appserver and GNUe-Designer and others are dependent
+ upon.
+ 
+ It implements a database-abstraction layer that provides support for most
+ major databases. A builtin XML-to-Object parser and Object-to-XML marshaller
+ are used by Forms, Reports, and Designer to save and read Forms/Report
+ definitions to and from an XML file. It also defines and implements an
+ RPC abstraction layer that will allow server processes to define their
+ public methods once and have them available to CORBA, XML-RPC, SOAP, and
+ DCOM clients.
+<<
+
+DescUsage: <<
+
+Installs /sw/bin/gnue-schema.  Which should already be in your path.
+
+First time users be sure to copy and edit the following files:
+    /sw/etc/sample.gnue.conf to /sw/etc/gnue.conf
+    /sw/etc/sample.connections.conf to /sw/etc/connections.conf
+    
+See the folder /sw/share/doc/gnue-common/ for documentation.
+
+Note that most of the documentation refers to debian file locations.
+Fink places everything in the fink tree (which by default is /sw).
+<<
+
+HomePage: http://www.gnuenterprise.org/
+





reply via email to

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