diff options
| author | Mike McQuaid | 2016-07-15 19:03:45 +0100 |
|---|---|---|
| committer | GitHub | 2016-07-15 19:03:45 +0100 |
| commit | a02be9eea204264ce48827ac365c8b53b986d66a (patch) | |
| tree | cf85e35e0992204cb9f1f938b831161433ca8fd4 /Library/ENV/pkgconfig | |
| parent | de366f71b9c9fded0b5578bb4fef14139834038a (diff) | |
| download | brew-a02be9eea204264ce48827ac365c8b53b986d66a.tar.bz2 | |
ENV: move to new paths. (#507)
Move some stuff formerly in `Library/ENV` around:
- Move `Library/ENV/$XCODE_VERSION` to `Library/Homebrew/env/super` as they are
all superenv wrappers and all symlinks to the same version. We never needed
the "separate shims for separate versions" functionality and it just adds
confusion.
- Move `Library/ENV/pkgconfig` to `Library/Homebrew/env/pkgconfig` to get more
things under `Library/Homebrew`
- Move `Library/ENV/scm` to `Library/scm` as these wrappers are not actually
used by or related to superenv (or stdenv) in any way.
Diffstat (limited to 'Library/ENV/pkgconfig')
39 files changed, 0 insertions, 574 deletions
diff --git a/Library/ENV/pkgconfig/10.10/libcurl.pc b/Library/ENV/pkgconfig/10.10/libcurl.pc deleted file mode 100644 index c11921350..000000000 --- a/Library/ENV/pkgconfig/10.10/libcurl.pc +++ /dev/null @@ -1,39 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) 2004 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -########################################################################### - -# This should most probably benefit from getting a "Requires:" field added -# dynamically by configure. -# -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP" -supported_features="SSL IPv6 UnixSockets libz AsynchDNS GSS-API SPNEGO Kerberos NTLM NTLM_WB" - -Name: libcurl -URL: http://curl.haxx.se/ -Description: Library to transfer files with ftp, http, etc. -Version: 7.43.0 -Libs: -L${libdir} -lcurl -Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lssl -lcrypto -lz -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.10/libexslt.pc b/Library/ENV/pkgconfig/10.10/libexslt.pc deleted file mode 100644 index 48127cca1..000000000 --- a/Library/ENV/pkgconfig/10.10/libexslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libexslt -Version: 0.8.17 -Description: EXSLT Extension library -Requires: libxml-2.0 -Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.10/libxml-2.0.pc b/Library/ENV/pkgconfig/10.10/libxml-2.0.pc deleted file mode 100644 index d0f1d3b96..000000000 --- a/Library/ENV/pkgconfig/10.10/libxml-2.0.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -modules=1 - -Name: libXML -Version: 2.9.0 -Description: libXML library version2. -Requires: -Libs: -L${libdir} -lxml2 -Libs.private: -lpthread -lz -lm -Cflags: -I${includedir}/libxml2 diff --git a/Library/ENV/pkgconfig/10.10/libxslt.pc b/Library/ENV/pkgconfig/10.10/libxslt.pc deleted file mode 100644 index 1bba1e368..000000000 --- a/Library/ENV/pkgconfig/10.10/libxslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libxslt -Version: 1.1.28 -Description: XSLT library version 2. -Requires: libxml-2.0 -Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.10/sqlite3.pc b/Library/ENV/pkgconfig/10.10/sqlite3.pc deleted file mode 100644 index a80a074ed..000000000 --- a/Library/ENV/pkgconfig/10.10/sqlite3.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: SQLite -Description: SQL database engine -Version: 3.8.5 -Libs: -L${libdir} -lsqlite3 -Libs.private: -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.10/zlib.pc b/Library/ENV/pkgconfig/10.10/zlib.pc deleted file mode 100644 index c7bef6a9f..000000000 --- a/Library/ENV/pkgconfig/10.10/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -sharedlibdir=${libdir} -includedir=${prefix}/include - -Name: zlib -Description: zlib compression library -Version: 1.2.5 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.11/libcurl.pc b/Library/ENV/pkgconfig/10.11/libcurl.pc deleted file mode 100644 index 34002ab9e..000000000 --- a/Library/ENV/pkgconfig/10.11/libcurl.pc +++ /dev/null @@ -1,39 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) 2004 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -########################################################################### - -# This should most probably benefit from getting a "Requires:" field added -# dynamically by configure. -# -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP" -supported_features="Largefile Kerberos SPNEGO SSL IPv6 libz AsynchDNS NTLM NTLM_WB GSS-API UnixSockets" - -Name: libcurl -URL: http://curl.haxx.se/ -Description: Library to transfer files with ftp, http, etc. -Version: 7.43.0 -Libs: -L${libdir} -lcurl -Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lssl -lcrypto -lz -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.11/libexslt.pc b/Library/ENV/pkgconfig/10.11/libexslt.pc deleted file mode 100644 index 16276f715..000000000 --- a/Library/ENV/pkgconfig/10.11/libexslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libexslt -Version: 0.8.17 -Description: EXSLT Extension library -Requires: libxml-2.0 -Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.11/libxml-2.0.pc b/Library/ENV/pkgconfig/10.11/libxml-2.0.pc deleted file mode 100644 index 555f6f2c3..000000000 --- a/Library/ENV/pkgconfig/10.11/libxml-2.0.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -modules=1 - -Name: libXML -Version: 2.9.2 -Description: libXML library version2. -Requires: -Libs: -L${libdir} -lxml2 -Libs.private: -lpthread -lz -lm -Cflags: -I${includedir}/libxml2 diff --git a/Library/ENV/pkgconfig/10.11/libxslt.pc b/Library/ENV/pkgconfig/10.11/libxslt.pc deleted file mode 100644 index 68df2c96f..000000000 --- a/Library/ENV/pkgconfig/10.11/libxslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libxslt -Version: 1.1.28 -Description: XSLT library version 2. -Requires: libxml-2.0 -Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.11/sqlite3.pc b/Library/ENV/pkgconfig/10.11/sqlite3.pc deleted file mode 100644 index 820f65f17..000000000 --- a/Library/ENV/pkgconfig/10.11/sqlite3.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: SQLite -Description: SQL database engine -Version: 3.8.10.2 -Libs: -L${libdir} -lsqlite3 -Libs.private: -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.11/zlib.pc b/Library/ENV/pkgconfig/10.11/zlib.pc deleted file mode 100644 index c7bef6a9f..000000000 --- a/Library/ENV/pkgconfig/10.11/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -sharedlibdir=${libdir} -includedir=${prefix}/include - -Name: zlib -Description: zlib compression library -Version: 1.2.5 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.12/libcurl.pc b/Library/ENV/pkgconfig/10.12/libcurl.pc deleted file mode 100644 index 1d23afdef..000000000 --- a/Library/ENV/pkgconfig/10.12/libcurl.pc +++ /dev/null @@ -1,39 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) 2004 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -########################################################################### - -# This should most probably benefit from getting a "Requires:" field added -# dynamically by configure. -# -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP" -supported_features="Largefile Kerberos SPNEGO SSL IPv6 libz AsynchDNS NTLM NTLM_WB GSS-API UnixSockets" - -Name: libcurl -URL: https://curl.haxx.se/ -Description: Library to transfer files with ftp, http, etc. -Version: 7.43.0 -Libs: -L${libdir} -lcurl -Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lssl -lcrypto -lz -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.12/libexslt.pc b/Library/ENV/pkgconfig/10.12/libexslt.pc deleted file mode 100644 index 16276f715..000000000 --- a/Library/ENV/pkgconfig/10.12/libexslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libexslt -Version: 0.8.17 -Description: EXSLT Extension library -Requires: libxml-2.0 -Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.12/libxml-2.0.pc b/Library/ENV/pkgconfig/10.12/libxml-2.0.pc deleted file mode 100644 index 9ae964548..000000000 --- a/Library/ENV/pkgconfig/10.12/libxml-2.0.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -modules=1 - -Name: libXML -Version: 2.9.4 -Description: libXML library version2. -Requires: -Libs: -L${libdir} -lxml2 -Libs.private: -lpthread -lz -lm -Cflags: -I${includedir}/libxml2 diff --git a/Library/ENV/pkgconfig/10.12/libxslt.pc b/Library/ENV/pkgconfig/10.12/libxslt.pc deleted file mode 100644 index 92d07a988..000000000 --- a/Library/ENV/pkgconfig/10.12/libxslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libxslt -Version: 1.1.29 -Description: XSLT library version 2. -Requires: libxml-2.0 -Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.12/sqlite3.pc b/Library/ENV/pkgconfig/10.12/sqlite3.pc deleted file mode 100644 index 98c1575eb..000000000 --- a/Library/ENV/pkgconfig/10.12/sqlite3.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: SQLite -Description: SQL database engine -Version: 3.13.0 -Libs: -L${libdir} -lsqlite3 -Libs.private: -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.12/zlib.pc b/Library/ENV/pkgconfig/10.12/zlib.pc deleted file mode 100644 index c7bef6a9f..000000000 --- a/Library/ENV/pkgconfig/10.12/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -sharedlibdir=${libdir} -includedir=${prefix}/include - -Name: zlib -Description: zlib compression library -Version: 1.2.5 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.4 b/Library/ENV/pkgconfig/10.4 deleted file mode 120000 index 41c25a186..000000000 --- a/Library/ENV/pkgconfig/10.4 +++ /dev/null @@ -1 +0,0 @@ -10.5
\ No newline at end of file diff --git a/Library/ENV/pkgconfig/10.5/libcrypto.pc b/Library/ENV/pkgconfig/10.5/libcrypto.pc deleted file mode 100644 index 26cd08be3..000000000 --- a/Library/ENV/pkgconfig/10.5/libcrypto.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: OpenSSL-libcrypto -Description: OpenSSL cryptography library -Version: 0.9.7l -Requires: -Libs: -L${libdir} -lcrypto -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.5/libcurl.pc b/Library/ENV/pkgconfig/10.5/libcurl.pc deleted file mode 100644 index a93a80294..000000000 --- a/Library/ENV/pkgconfig/10.5/libcurl.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: libcurl -URL: http://curl.haxx.se/ -Description: Library to transfer files with ftp, http, etc. -Version: 7.16.4 -Libs: -L${libdir} -lcurl -Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.6/sqlite3.pc b/Library/ENV/pkgconfig/10.6/sqlite3.pc deleted file mode 100644 index 8e0269ed6..000000000 --- a/Library/ENV/pkgconfig/10.6/sqlite3.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: SQLite -Description: SQL database engine -Version: 3.6.12 -Libs: -L${libdir} -lsqlite3 -Libs.private: -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.6/zlib.pc b/Library/ENV/pkgconfig/10.6/zlib.pc deleted file mode 100644 index 47b08b1ea..000000000 --- a/Library/ENV/pkgconfig/10.6/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -sharedlibdir=${libdir} -includedir=${prefix}/include - -Name: zlib -Description: zlib compression library -Version: 1.2.3 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.7/sqlite3.pc b/Library/ENV/pkgconfig/10.7/sqlite3.pc deleted file mode 100644 index 36daed3d3..000000000 --- a/Library/ENV/pkgconfig/10.7/sqlite3.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: SQLite -Description: SQL database engine -Version: 3.7.7 -Libs: -L${libdir} -lsqlite3 -Libs.private: -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.7/zlib.pc b/Library/ENV/pkgconfig/10.7/zlib.pc deleted file mode 100644 index c7bef6a9f..000000000 --- a/Library/ENV/pkgconfig/10.7/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -sharedlibdir=${libdir} -includedir=${prefix}/include - -Name: zlib -Description: zlib compression library -Version: 1.2.5 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.8/libcurl.pc b/Library/ENV/pkgconfig/10.8/libcurl.pc deleted file mode 100644 index 04a729eef..000000000 --- a/Library/ENV/pkgconfig/10.8/libcurl.pc +++ /dev/null @@ -1,39 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) 2004 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -########################################################################### - -# This should most probably benefit from getting a "Requires:" field added -# dynamically by configure. -# -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP" -supported_features="SSL IPv6 libz AsynchDNS NTLM" - -Name: libcurl -URL: http://curl.haxx.se/ -Description: Library to transfer files with ftp, http, etc. -Version: 7.24.0 -Libs: -L${libdir} -lcurl -Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lssl -lcrypto -lz -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.8/libexslt.pc b/Library/ENV/pkgconfig/10.8/libexslt.pc deleted file mode 100644 index a4214673b..000000000 --- a/Library/ENV/pkgconfig/10.8/libexslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libexslt -Version: 0.8.15 -Description: EXSLT Extension library -Requires: libxml-2.0 -Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.8/libxml-2.0.pc b/Library/ENV/pkgconfig/10.8/libxml-2.0.pc deleted file mode 100644 index 02a359e55..000000000 --- a/Library/ENV/pkgconfig/10.8/libxml-2.0.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -modules=1 - -Name: libXML -Version: 2.7.8 -Description: libXML library version2. -Requires: -Libs: -L${libdir} -lxml2 -Libs.private: -lpthread -lz -lm -Cflags: -I${includedir}/libxml2 diff --git a/Library/ENV/pkgconfig/10.8/libxslt.pc b/Library/ENV/pkgconfig/10.8/libxslt.pc deleted file mode 100644 index a52e9aacd..000000000 --- a/Library/ENV/pkgconfig/10.8/libxslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libxslt -Version: 1.1.26 -Description: XSLT library version 2. -Requires: libxml-2.0 -Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.8/sqlite3.pc b/Library/ENV/pkgconfig/10.8/sqlite3.pc deleted file mode 100644 index 28a75568c..000000000 --- a/Library/ENV/pkgconfig/10.8/sqlite3.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: SQLite -Description: SQL database engine -Version: 3.7.12 -Libs: -L${libdir} -lsqlite3 -Libs.private: -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.8/zlib.pc b/Library/ENV/pkgconfig/10.8/zlib.pc deleted file mode 100644 index c7bef6a9f..000000000 --- a/Library/ENV/pkgconfig/10.8/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -sharedlibdir=${libdir} -includedir=${prefix}/include - -Name: zlib -Description: zlib compression library -Version: 1.2.5 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.9/libcurl.pc b/Library/ENV/pkgconfig/10.9/libcurl.pc deleted file mode 100644 index fe7892143..000000000 --- a/Library/ENV/pkgconfig/10.9/libcurl.pc +++ /dev/null @@ -1,39 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) 2004 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -########################################################################### - -# This should most probably benefit from getting a "Requires:" field added -# dynamically by configure. -# -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP" -supported_features="SSL IPv6 libz AsynchDNS NTLM" - -Name: libcurl -URL: http://curl.haxx.se/ -Description: Library to transfer files with ftp, http, etc. -Version: 7.30.0 -Libs: -L${libdir} -lcurl -Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lssl -lcrypto -lz -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.9/libexslt.pc b/Library/ENV/pkgconfig/10.9/libexslt.pc deleted file mode 100644 index 48127cca1..000000000 --- a/Library/ENV/pkgconfig/10.9/libexslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libexslt -Version: 0.8.17 -Description: EXSLT Extension library -Requires: libxml-2.0 -Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.9/libxml-2.0.pc b/Library/ENV/pkgconfig/10.9/libxml-2.0.pc deleted file mode 100644 index d0f1d3b96..000000000 --- a/Library/ENV/pkgconfig/10.9/libxml-2.0.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -modules=1 - -Name: libXML -Version: 2.9.0 -Description: libXML library version2. -Requires: -Libs: -L${libdir} -lxml2 -Libs.private: -lpthread -lz -lm -Cflags: -I${includedir}/libxml2 diff --git a/Library/ENV/pkgconfig/10.9/libxslt.pc b/Library/ENV/pkgconfig/10.9/libxslt.pc deleted file mode 100644 index 1bba1e368..000000000 --- a/Library/ENV/pkgconfig/10.9/libxslt.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - - -Name: libxslt -Version: 1.1.28 -Description: XSLT library version 2. -Requires: libxml-2.0 -Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.9/sqlite3.pc b/Library/ENV/pkgconfig/10.9/sqlite3.pc deleted file mode 100644 index 08588adc7..000000000 --- a/Library/ENV/pkgconfig/10.9/sqlite3.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: SQLite -Description: SQL database engine -Version: 3.7.13 -Libs: -L${libdir} -lsqlite3 -Libs.private: -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/10.9/zlib.pc b/Library/ENV/pkgconfig/10.9/zlib.pc deleted file mode 100644 index c7bef6a9f..000000000 --- a/Library/ENV/pkgconfig/10.9/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -sharedlibdir=${libdir} -includedir=${prefix}/include - -Name: zlib -Description: zlib compression library -Version: 1.2.5 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/Library/ENV/pkgconfig/fuse/fuse.pc b/Library/ENV/pkgconfig/fuse/fuse.pc deleted file mode 120000 index 30b17c659..000000000 --- a/Library/ENV/pkgconfig/fuse/fuse.pc +++ /dev/null @@ -1 +0,0 @@ -/usr/local/lib/pkgconfig/fuse.pc
\ No newline at end of file diff --git a/Library/ENV/pkgconfig/fuse/osxfuse.pc b/Library/ENV/pkgconfig/fuse/osxfuse.pc deleted file mode 120000 index 153a5d6e2..000000000 --- a/Library/ENV/pkgconfig/fuse/osxfuse.pc +++ /dev/null @@ -1 +0,0 @@ -/usr/local/lib/pkgconfig/osxfuse.pc
\ No newline at end of file |
