packages: instantbird/instantbird.spec (NEW) - new, needs hacking this mozi...

glen glen at pld-linux.org
Tue Jul 28 22:39:41 CEST 2009


Author: glen                         Date: Tue Jul 28 20:39:41 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, needs hacking this mozilla based build system

---- Files affected:
packages/instantbird:
   instantbird.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/instantbird/instantbird.spec
diff -u /dev/null packages/instantbird/instantbird.spec:1.1
--- /dev/null	Tue Jul 28 22:39:41 2009
+++ packages/instantbird/instantbird.spec	Tue Jul 28 22:39:36 2009
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	A single program for chatting on all famous networks!
+Name:		instantbird
+Version:	0.1.3.1
+Release:	0.1
+License:	MPL 1.1 or GPL v2+ or LGPL v2.1+
+Group:		Applications/Networking
+URL:		http://www.instantbird.com/
+Source0:	http://www.instantbird.com/downloads/%{version}/%{name}-%{version}.src.tar.bz2
+# Source0-md5:	d9f9a93326d97de14b79d4d0fac09d29
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Instantbird is a multi-protocol Instant Messaging client. Using it,
+you can connect to all your different IM accounts.
+
+It uses the Mozilla rendering engine to display IMs, and the Pidgin
+libpurple to connect to the different networks.
+
+%prep
+%setup -q -n %{name}-%{version}-src
+
+%build
+cd mozilla
+
+%{__make} -j1 -f client.mk build \
+	STRIP="/bin/true" \
+	CC="%{__cc}" \
+	CXX="%{__cxx}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/07/28 20:39:36  glen
+- new, needs hacking this mozilla based build system
================================================================


More information about the pld-cvs-commit mailing list