spotlightfs stable port information

Package: spotlightfs
Epoch: 1
Version: 0.1.1
Revision: 2
Distribution: 10.5

Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
Source-MD5: e10e08d154712a91744b1999aa8dfc3b
SourceDirectory: filesystems-objc

BuildDepends: <<
fuse-dev (>= 2.0-1)
<<
Depends: <<
fuse-shlibs (>= 2.0-1),
macosx (>= 10.5.0-1)
<<

PatchScript: <<
perl -pi -e 's,/usr/local,%p,g' SpotlightFS/SpotlightFS.xcodeproj/project.pbxproj
<<

CompileScript: <<
#!/bin/sh -ev
if test "%m" = "powerpc"; then ARCHS=ppc; else ARCHS=i386; fi
cd SpotlightFS
xcodebuild -target SpotlightFS SDKROOT= ARCHS=$ARCHS
<<

InstallScript: echo "No InstallScript."

AppBundles: SpotlightFS/build/Release/SpotlightFS.app

DocFiles: COPYING

Description: FUSE Spotlight filesystem
DescDetail: <<
SpotlightFS is a MacFUSE file system that creates true smart folders,
where the folders' contents are dynamically generated by querying Spotlight.
<<
DescUsage: <<
Just run %p/Applications/SpotlightFS.app to start.
<<

License: BSD
Homepage: http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SPOTLIGHTFS
Maintainer: Daniel Johnson