Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv744

Added Files:
        launch.info 
Removed Files:
        launch-1.0b1-1.info 
Log Message:
better


--- NEW FILE: launch.info ---
Package: launch
Version: 1.0.0
Revision: 2
Source: http://web.sabi.net/nriley/software/%n-1.0.tar.gz 
Source-MD5: a59702026d2c2955a7ddb85abec573ac
BuildDepends: macosx
CompileScript: <<
#!/bin/csh -e
 if (-r /usr/bin/xcodebuild) then
   /usr/bin/xcodebuild
 else
   /usr/bin/gcc-3.3 -Os -o build/launch main.c -framework ApplicationServices
 endif
 head -17 main.c > LICENSE
<<
InstallScript: << 
 strip build/%n
 mkdir %i/bin
 install -c build/%n %i/bin
 mkdir -p %i/share/man/man1
 chmod a+r %n.1
 cp %n.1 %i/share/man/man1/
<<
DocFiles: README VERSION LICENSE
Description: Replacement for OS X "open" command
DescDetail: <<
launch is a replacement for "open" which:
* Opens URLs, directly or in your preferred helper application.
* Lets you specify applications by their four-char creator (e.g. 'ToyS') or Java-style
 bundle ID (e.g. com.apple.scripteditor), both of which allow you to move or rename an 
app.
* Asks applications to print documents, something the OS X Finder is missing.
* Launches applications in the background, or launches Carbon applications in Classic.
* Shows info about any item on disk, including its file type, creator, data and 
resource fork sizes, dates and bundle ID.
<<
DescPackaging: <<
macosx/dpkg dependency should be added when that code is working.
<<
License: BSD
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://web.sabi.net/nriley/software/

--- launch-1.0b1-1.info DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to