|
1 ## |
|
2 ## Pkgconfig.txt -- Addendum to OS X Package Specification Document |
|
3 ## Copyright (c) 2009 Michael Schloh von Bennewitz <michael@schloh.com> |
|
4 ## |
|
5 ## Permission to use, copy, modify, and distribute this software for |
|
6 ## any purpose with or without fee is hereby granted, provided that |
|
7 ## the above copyright notice and this permission notice appear in all |
|
8 ## copies. |
|
9 ## |
|
10 ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
|
11 ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|
12 ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
|
13 ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR |
|
14 ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|
15 ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|
16 ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
|
17 ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
|
18 ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
19 ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
|
20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
21 ## SUCH DAMAGE. |
|
22 ## |
|
23 |
|
24 |
|
25 Pkgconfig Compiler Helper Tool |
|
26 ------------------------------ |
|
27 Name: Pkgconfig |
|
28 Summary: Helper tool to determine the correct compiler options |
|
29 URL: http://pkg-config.freedesktop.org/ |
|
30 Packager: Michael Schloh von Bennewitz |
|
31 Vendor: Tollef Fog Heen |
|
32 |
|
33 Package source: Pkgconfig.pmdoc |
|
34 Package output: Pkgconfig.pkg |
|
35 |
|
36 Executing Pkgconfig.pkg installs autoconf script and universal |
|
37 binary (IA-32/X86-64/PPC7400/PPC64) tarchives to the OS X operating |
|
38 system required for developing applications using Pkgconfig logic. |
|
39 |
|
40 To create the installation package, use the OS X PackageMaker |
|
41 application or equivalent command line utility. Required sources |
|
42 include the package specification (<file>.pmdoc) and the archives |
|
43 specified within the package specification. These references are |
|
44 listed in the following manifest, and must be manually placed. |
|
45 |
|
46 Compiling Pkgconfig 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 |
|
48 |
|
49 Filesystem Root (fsrt) Manifest |
|
50 ------------------------------- |
|
51 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt |
|
52 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt/usr |
|
53 drwxr-xr-x 4 root wheel 136 Aug 5 19:38 fsrt/usr/local |
|
54 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt/usr/local/bin |
|
55 -rwxr-xr-x 1 root wheel 473424 Aug 5 19:38 fsrt/usr/local/bin/pkg-config |
|
56 drwxr-xr-x 4 root wheel 136 Aug 5 19:38 fsrt/usr/local/share |
|
57 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt/usr/local/share/aclocal |
|
58 -rw-r--r--@ 1 root wheel 5171 Aug 5 19:38 fsrt/usr/local/share/aclocal/pkg.m4 |
|
59 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt/usr/local/share/man |
|
60 drwxr-xr-x 3 root wheel 102 Aug 5 19:38 fsrt/usr/local/share/man/man1 |
|
61 -rw-r--r--@ 1 root wheel 15819 Aug 5 19:38 fsrt/usr/local/share/man/man1/pkg-config.1 |