Author: neilt Date: 2005-08-09 18:13:28 -0500 (Tue, 09 Aug 2005) New Revision: 7813
Added: trunk/gnue-appserver/packaging/fink/ trunk/gnue-appserver/packaging/fink/gnue-appserver.info Log: Add fink distribution file. Added: trunk/gnue-appserver/packaging/fink/gnue-appserver.info =================================================================== --- trunk/gnue-appserver/packaging/fink/gnue-appserver.info 2005-08-09 22:49:34 UTC (rev 7812) +++ trunk/gnue-appserver/packaging/fink/gnue-appserver.info 2005-08-09 23:13:28 UTC (rev 7813) @@ -0,0 +1,68 @@ +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-appserver +Version: 0.4.1 +Revision: 1 +Description: GNU Enterprise Application Server +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> + +# Dependencies: +BuildDepends: texinfo, gnue-common (>= 0.5.12) +Depends: gnue-common (>= 0.5.12) + +# Unpack Phase: +Source-MD5: 9cea2c147cf8f34c52a155303002ad40 +Source: http://www.gnuenterprise.org/downloads/current/gnue-appserver-%v.tar.gz + +# Patch Phase: + + +# Compile Phase: +CompileScript: << + ./setup.py build +<< + +#Install Phase: +DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO +InstallScript: << + ./setup.py bdist + tar xzfv dist/*.tar.gz -C %d/ +<< + + +# Additional Info +DescDetail: << + The GNU Enterprise Application Server is the core of the n-tier variant of the + GNU Enterprise system. + + To the front end (be it GNUe Forms, GNUe Reports or any other tool), it + provides user-defineable business objects with arbitary fields and methods. + While transforming access to those fields and methods into database + communication and calling of scripts, it cares about stability, security, + speed, and consistency. +<< + +DescUsage: << + +Installs: +/sw/bin/gnue-appserver +/sw/bin/gnue-gsdgen +/sw/bin/gnue-readgcd +/sw/bin/gnue-readgld +/sw/bin/gnue-setupdb + +All of 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-appserver/ 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/ + _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
