the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: launch
Version: 1.1
Revision: 1003
Distribution: 10.5, 10.6
Source: http://web.sabi.net/nriley/software/%n-%v.tar.gz
Source-MD5: bcd5179d5b519248a717aa73f3819e00
PatchScript: <<
ls -la
perl -pi.bak -e 's#10.4#10.5#g' launch.xcodeproj/project.pbxproj
perl -ni -e 'print unless /SDKROOT/' launch.xcodeproj/project.pbxproj
if [ "%m" = "x86_64" ]; then perl -pi -e 's/i386/x86_64/' launch.xcodeproj/project.pbxproj; fi
<<
CompileScript: <<
#!/bin/csh -efv
if (-r /usr/bin/xcodebuild) then
/usr/bin/xcodebuild
else
/usr/bin/pbxbuild
endif
head -n 17 main.c > LICENSE
<<
InstallScript: <<
strip build/Development/%n
mkdir %i/bin
install -c build/Development/%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
Homepage: http://web.sabi.net/nriley/software/