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
#Depends: dpkg (>= 1.9.20-2)
CompileScript: <<
#!/bin/csh -ef
 if (-r /usr/bin/xcodebuild) then
   /usr/bin/xcodebuild
 else
   /usr/bin/pbxbuild
 endif
 head -n 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 <bhines@alumni.ucsd.edu>
Homepage: http://web.sabi.net/nriley/software/