Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv16672

Added Files:
        launch.info 
Removed Files:
        launch-1.0b2-1.info 
Log Message:
update


--- 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: d08953b2261f0314e632802276ac165d
#BuildDepends: macosx
#Depends: dpkg (>= 1.9.20-2)
CompileScript: <<
#!/bin/csh -e
 if (-r /usr/bin/xcodebuild) then
   /usr/bin/xcodebuild
 else
   /usr/bin/pbxbuild
 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.0b2-1.info DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to