SPECS: roadsend-php.spec (NEW) - new; saving work

adamg adamg at pld-linux.org
Sun Aug 26 19:58:20 CEST 2007


Author: adamg                        Date: Sun Aug 26 17:58:20 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new; saving work

---- Files affected:
SPECS:
   roadsend-php.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/roadsend-php.spec
diff -u /dev/null SPECS/roadsend-php.spec:1.1
--- /dev/null	Sun Aug 26 19:58:20 2007
+++ SPECS/roadsend-php.spec	Sun Aug 26 19:58:15 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	The Roadsend PCC Compiler for PHP
+Summary(pl.UTF-8):	Kompilator Roadsend PCC dla PHP
+Name:		roadsend-php
+Version:	2.9.2
+Release:	1
+License:	GPL / LGPL
+Group:		Development/Languages
+Source0:	http://code.roadsend.com/snaps/%{name}-%{version}.tar.bz2
+# Source0-md5:	c7492681aa6f5f0fd7b7fd5d44e6996d
+Patch0:		%{name}-ac.patch
+URL:		http://www.roadsend.com/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	bigloo >= 2.9a
+BuildRequires:	curl-devel >= 7.15.0
+BuildRequires:	fcgi-devel >= 2.4.0
+BuildRequires:	gtk+2-devel
+BuildRequires:	libglade2-devel
+BuildRequires:	libidn-devel
+BuildRequires:	libssh2-devel
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 1:2.6.0
+BuildRequires:	mysql-devel
+BuildRequires:	pcre-devel >= 6.3
+BuildRequires:	sqlite3-devel >= 3.3.0
+BuildRequires:	unixODBC-devel >= 2.2.6
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PCC is the Roadsend PHP Compiler. It compiles PHP code into high
+performance stand-alone binaries and libraries. PHP code compiled by
+PCC can be used with or without the Apache webserver.
+
+%description -l pl.UTF-8
+PCC to kompilator Roadsend dla PHP. Kompiluje on kod PHP w wydajne,
+samodzielne pliki wykonywalne oraz biblioteki. Kod skompilowany za
+pomoc± PHP mo¿e, ale nie musi byæOF u¿yty razem z serwerem HTTP
+Apache.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%configure \
+	--with-gtk2
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%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  2007/08/26 17:58:15  adamg
+- new; saving work
+
================================================================


More information about the pld-cvs-commit mailing list