From 4d040590a7b3a44a9c18acced263dae350650bb5 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 4 Mar 2010 14:49:56 +0100 Subject: firefox: fix .pc files for 3.5.2 and 3.6, fix up staging a bit --- recipes/mozilla/firefox-3.6/firefox-plugin.pc | 10 ++++++++++ recipes/mozilla/firefox-3.6/firefox-xpcom.pc | 13 +++++++++++++ recipes/mozilla/firefox-3.6/nspr.pc | 10 ++++++++++ 3 files changed, 33 insertions(+) create mode 100644 recipes/mozilla/firefox-3.6/firefox-plugin.pc create mode 100644 recipes/mozilla/firefox-3.6/firefox-xpcom.pc create mode 100644 recipes/mozilla/firefox-3.6/nspr.pc (limited to 'recipes/mozilla/firefox-3.6') diff --git a/recipes/mozilla/firefox-3.6/firefox-plugin.pc b/recipes/mozilla/firefox-3.6/firefox-plugin.pc new file mode 100644 index 0000000000..f6ad141f9f --- /dev/null +++ b/recipes/mozilla/firefox-3.6/firefox-plugin.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include/firefox-3.6 + +Name: Mozilla Plug-In API +Description: Mozilla Plug-In API +Version: 3.5 +Requires: firefox-xpcom = 3.6 +Cflags: -I${includedir}/java -I${includedir}/plugin diff --git a/recipes/mozilla/firefox-3.6/firefox-xpcom.pc b/recipes/mozilla/firefox-3.6/firefox-xpcom.pc new file mode 100644 index 0000000000..6eb1289cda --- /dev/null +++ b/recipes/mozilla/firefox-3.6/firefox-xpcom.pc @@ -0,0 +1,13 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include +mozdir=${includedir}/firefox-3.6 +idldir=${includedir}/firefox-3.6 + +Name: XPCOM +Description: The Mozilla Cross Platform Component Library +Version: 3.6 +Requires: nspr >= 4.8 +Libs: -L${libdir} -lxpcom -Wl,-R${libdir} +Cflags: -I${mozdir} -I${mozdir}/xpcom -I${mozdir}/string diff --git a/recipes/mozilla/firefox-3.6/nspr.pc b/recipes/mozilla/firefox-3.6/nspr.pc new file mode 100644 index 0000000000..b73ffc04f7 --- /dev/null +++ b/recipes/mozilla/firefox-3.6/nspr.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=/usr +libdir=/usr/lib +includedir=/usr/include/firefox-3.6 + +Name: NSPR +Description: The Netscape Portable Runtime +Version: 4.8 +Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl -Wl,-R${libdir} +Cflags: -I${includedir} -- cgit 1.2.3-korg