Package: sndplay Version: 1.0 Revision: 3 Source: http://www.powerguardian.com/downloads/free/%n.src.tar.gz SourceDirectory: %n Source-MD5: 6dc2c6341118f2bf89f4041c020fda00 Patch: %n.patch BuildDepends: macosx CompileScript: << #!/bin/csh -ef if (-r /usr/bin/xcodebuild) then /usr/bin/xcodebuild else /usr/bin/pbxbuild endif echo "sndplay is Public Domain" > LICENSE << InstallScript: << mkdir %i/bin echo "Ignore errors about build/%n from 'strip' and 'install'" strip build/%n || strip build/Default/%n install -c build/%n %i/bin || install -c build/Default/%n %i/bin << DocFiles: LICENSE Description: Simple CLI sound player for OS X DescDetail: << sndplay is a simple audio player with no dependencies. A version of the original NeXT utility, sndplay handles whatever NSSound can handle so .aiff .snd and .wav will work. << DescPackaging: << Different versions of the build tools place files in different locations. << License: Public Domain Maintainer: Ben Hines Homepage: http://www.powerguardian.com/downloads/free/