1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name class-dump |
---|
5 | version 2.1.5 |
---|
6 | categories devel |
---|
7 | maintainers waqar@opendarwin.org |
---|
8 | description Utility for examining the Objective-C segment of Mach-O files. |
---|
9 | long_description Utility for examining the Objective-C segment of Mach-O files. It generates the @interface and @protocol declarations for classes, categories and protocols. |
---|
10 | homepage http://people.omnigroup.com/nygard/Projects/ |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | master_sites http://people.omnigroup.com/nygard/Software/ |
---|
14 | distname ${name}-${version}-P-bs |
---|
15 | checksums md5 4c41a21c94b4bf2c243e51d7f50f9f3a |
---|
16 | |
---|
17 | worksrcdir ${name}.${version}/src |
---|
18 | |
---|
19 | configure {} |
---|
20 | build.cmd pbxbuild |
---|
21 | build.target |
---|
22 | |
---|
23 | install {system "cd ${worksrcpath} && install -c build/class-dump \ |
---|
24 | ${destroot}/bin"} |
---|
25 | |
---|