the Fink project is an effort to port
popular Unix programs to Mac OS X
# 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
Maintainer: Max Horn
Source: http://www.codethecode.com/download/%n-%v.tar.gz
Source-MD5: e8a90df57e4275b694c2c2222450cacf
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | 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
diff -ru class-dump-3.1.2/src/class-dump.xcodeproj/project.pbxproj class-dump-3.1.2-patched/src/class-dump.xcodeproj/project.pbxproj
--- class-dump-3.1.2/src/class-dump.xcodeproj/project.pbxproj 2007-11-07 12:25:40.000000000 -0500
+++ class-dump-3.1.2-patched/src/class-dump.xcodeproj/project.pbxproj 2008-06-04 21:39:52.000000000 -0400
@@ -645,7 +645,7 @@
dependencies = (
);
name = "class-dump";
- productInstallPath = "$(HOME)/bin";
+ productInstallPath = "@PREFIX@/bin";
productName = "class-dump";
productReference = 8DD76FA10486AA7600D96B5E /* class-dump */;
productType = "com.apple.product-type.tool";
@@ -947,7 +947,7 @@
GCC_PREFIX_HEADER = "class-dump_Prefix.pch";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- INSTALL_PATH = "$(HOME)/bin";
+ INSTALL_PATH = "@PREFIX@/bin";
PREBINDING = NO;
PRODUCT_NAME = "class-dump";
ZERO_LINK = YES;
@@ -969,7 +969,7 @@
GCC_PREFIX_HEADER = "class-dump_Prefix.pch";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- INSTALL_PATH = /;
+ INSTALL_PATH = "@PREFIX@/bin";
PREBINDING = NO;
PRODUCT_NAME = "class-dump";
ZERO_LINK = NO;
# 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
Maintainer: Max Horn
Source: http://www.codethecode.com/download/%n-%v.tar.gz
Source-MD5: e8a90df57e4275b694c2c2222450cacf
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | 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
diff -ru class-dump-3.1.2/src/class-dump.xcodeproj/project.pbxproj class-dump-3.1.2-patched/src/class-dump.xcodeproj/project.pbxproj
--- class-dump-3.1.2/src/class-dump.xcodeproj/project.pbxproj 2007-11-07 12:25:40.000000000 -0500
+++ class-dump-3.1.2-patched/src/class-dump.xcodeproj/project.pbxproj 2008-06-04 21:39:52.000000000 -0400
@@ -645,7 +645,7 @@
dependencies = (
);
name = "class-dump";
- productInstallPath = "$(HOME)/bin";
+ productInstallPath = "@PREFIX@/bin";
productName = "class-dump";
productReference = 8DD76FA10486AA7600D96B5E /* class-dump */;
productType = "com.apple.product-type.tool";
@@ -947,7 +947,7 @@
GCC_PREFIX_HEADER = "class-dump_Prefix.pch";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- INSTALL_PATH = "$(HOME)/bin";
+ INSTALL_PATH = "@PREFIX@/bin";
PREBINDING = NO;
PRODUCT_NAME = "class-dump";
ZERO_LINK = YES;
@@ -969,7 +969,7 @@
GCC_PREFIX_HEADER = "class-dump_Prefix.pch";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- INSTALL_PATH = /;
+ INSTALL_PATH = "@PREFIX@/bin";
PREBINDING = NO;
PRODUCT_NAME = "class-dump";
ZERO_LINK = NO;