# DISCLAIMER: Max Horn is the sole maintainer of this package. # Please DO NOT MAKE MODIFICATIONS without informing the maintainer. # Preferably, send a patch to me instead of making changes yourself! # If that is not possible due to extra urgency, at least send me a mail. # # Explanation: I am sick and tired of getting back to my packages and # discovering that people have messed with it. I am then forced to # retrace their steps, find out who, when and why did make a certain # change etc. -- i.e. it makes my life as maintainer harder. # Furthermore, as maintainer I am responsible for problems caused by my # packages. But I am not willing to take responsibility for something I # did not do. In particular, for changes that other people introduced # behind my back, no matter how good and noble their intentions were. As # such, I may see myself forced to drop responsibility for (and hence, # maintainership of) the affected package. Package: class-dump Version: 3.1.2 Revision: 1 Distribution: 10.4, 10.5 Maintainer: Max Horn Source: http://www.codethecode.com/download/%n-%v.tar.gz Source-MD5: e8a90df57e4275b694c2c2222450cacf BuildDepends: fink (>= 0.24.12) PatchFile: %n.patch PatchFile-MD5: b91072f6ecb7dbf424c439eafd2e1f0f PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1 CompileScript: echo "" InstallScript: << cd src && xcodebuild install -configuration Release DSTROOT=%d mkdir -p %i/share/doc/%n/ install -m 644 %p/share/doc/fink/COPYING %i/share/doc/%n/ << DocFiles: README Description: Objective-C class dumper DescDetail: << class-dump is a utility for examining the Objective-C segment of Mach-O files. It generates the @interface and @protocol declarations for classes, categories and protocols. << Homepage: http://www.codethecode.com/Projects/class-dump/ License: GPL