Author: glen                         Date: Sat Dec 30 13:12:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-dbg-cli.spec
diff -u /dev/null SPECS/php-dbg-cli.spec:1.1
--- /dev/null   Sat Dec 30 14:12:13 2006
+++ SPECS/php-dbg-cli.spec      Sat Dec 30 14:12:07 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:       dbg - PHP debbuger - extension for PHP
+Name:          php-dbg-cli
+Version:       2.13.1
+Release:       0.1
+License:       The DBG License Version 3.0
+Group:         Development/Languages/PHP
+Source0:       http://dl.sourceforge.net/dbg2/dbg-cli-%{version}-src.tar.gz
+# Source0-md5: 3cb0a8bc2a03a0815ed24b2da602e72f
+Patch0:                %{name}-pcre.patch
+URL:           http://dd.cron.ru/dbg/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: ncurses-devel
+BuildRequires: pcre-devel
+BuildRequires: readline-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DBG is a a full-featured PHP debugger, an interactive tool that helps
+you debugging PHP scripts. It works on a production and/or development
+WEB server and allows you debug your scripts locally or remotely, from
+an IDE or console.
+
+This package contains DBG CLI.
+
+%prep
+%setup -q -n dbg-cli-%{version}-src
+%patch0 -p1
+rm -rf pcre
+
+%build
+%{__libtoolize}
+%{__aclocal} -I config
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+# nothing needs those
+rm -rf $RPM_BUILD_ROOT{%{_includedir},%{_libdir}}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING AUTHORS README
+%attr(755,root,root) %{_bindir}/dbg-cli
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/30 13:12:07  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to