]> git.pld-linux.org Git - packages/eclipse-pdt.git/commitdiff
- new -- need to find some source
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Nov 2007 22:54:05 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-pdt.spec -> 1.1

eclipse-pdt.spec [new file with mode: 0644]

diff --git a/eclipse-pdt.spec b/eclipse-pdt.spec
new file mode 100644 (file)
index 0000000..69eebd0
--- /dev/null
@@ -0,0 +1,31 @@
+Summary:       PHP Development Tools framework for the Eclipse platform
+Name:          eclipse-pdt
+Version:       1.0
+Release:       0.1
+License:       EPL v1.0
+Group:         Development/Tools
+#Source0:      -
+# Source0-md5: 593b56fce7d1f1f799e87365cafefbef
+URL:           http://www.eclipse.org/pdt/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The PDT project provides a PHP Development Tools framework for the
+Eclipse platform. This project encompasses all development components
+necessary to develop PHP and facilitate extensibility. It leverages
+the existing Web Tools Project in providing developers with PHP
+capabilities.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.211894 seconds and 4 git commands to generate.