32 |
32 |
33 Package source: Pkgconfig.pmdoc |
33 Package source: Pkgconfig.pmdoc |
34 Package output: Pkgconfig-<dist.version>.pkg |
34 Package output: Pkgconfig-<dist.version>.pkg |
35 |
35 |
36 Executing Pkgconfig.pkg installs autoconf script and universal |
36 Executing Pkgconfig.pkg installs autoconf script and universal |
37 binary (IA-32/X86-64/PPC7400/PPC64) tarchives to the OS X operating |
37 binary (IA-32/X86-64/PPC7400/PPC64) archives to the OS X operating |
38 system required for developing applications using Pkgconfig logic. |
38 system required for developing applications using Pkgconfig logic. |
39 |
39 |
40 To create the installation package, use the OS X PackageMaker |
40 To create the installation package, use the OS X PackageMaker |
41 application or equivalent command line utility. Required sources |
41 application or equivalent command line utility. Required sources |
42 include the package specification (<file>.pmdoc) and the archives |
42 include the package specification (<file>.pmdoc) and the archives |
43 specified within the package specification. These references are |
43 specified within the package specification. These references are |
44 listed in the following manifest, and must be manually placed. |
44 listed in the following manifest, and must be manually placed. |
45 |
45 |
46 Compiling Pkgconfig to a universal binary can be configured as: |
46 Compiling to a universal binary can be configured as: |
47 LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch ppc64 -arch i386 -arch x86_64' CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -Os -mmacosx-version-min=10.5 -arch ppc -arch ppc64 -arch i386 -arch x86_64' ./configure --disable-dependency-tracking |
47 LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch ppc -arch ppc64 -arch i386 -arch x86_64' CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -Os -mmacosx-version-min=10.5 -arch ppc -arch ppc64 -arch i386 -arch x86_64' ./configure --disable-dependency-tracking |
48 |
48 |
49 Filesystem Root (fsrt) Manifest |
49 Filesystem Root (fsrt) Manifest |
50 ------------------------------- |
50 ------------------------------- |
51 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt |
51 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt |