Author: neilt Date: 2005-08-13 11:36:42 -0500 (Sat, 13 Aug 2005) New Revision: 7855
Added: trunk/gnue-forms/packaging/fink/ trunk/gnue-forms/packaging/fink/gnue-forms.info Log: Add fink distribution to forms. Added: trunk/gnue-forms/packaging/fink/gnue-forms.info =================================================================== --- trunk/gnue-forms/packaging/fink/gnue-forms.info 2005-08-13 16:24:21 UTC (rev 7854) +++ trunk/gnue-forms/packaging/fink/gnue-forms.info 2005-08-13 16:36:42 UTC (rev 7855) @@ -0,0 +1,57 @@ +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-forms +Version: 0.5.11 +Revision: 1 +Description: GNU Enterprise Forms +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> + +# Dependencies: +Depends: gnue-common + +# Unpack Phase: +Source-MD5: 24e4ea106769345f68b38ba95560b7a5 +Source: http://www.gnuenterprise.org/downloads/current/gnue-forms-%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: << + GNU Enterprise Forms is an XML-based forms painter. It will read + XML files to create GUIs for Win32, GTK+, and Curses. It is fully + data-aware and can be used in n-tier environments with GNU Enterprise + Application Server or in 2-tier environments with MySQL or PostgreSQL. + It is designed for rapid development of business applications. +<< + +DescUsage: << + +Installs /sw/bin/gnue-forms. Which should already be in your path. + +First time users be sure to copy and edit: + /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-forms/ 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
