]> git.pld-linux.org Git - packages/eclipse-pdt.git/blob - eclipse-pdt.spec
- new -- need to find some source
[packages/eclipse-pdt.git] / eclipse-pdt.spec
1 Summary:        PHP Development Tools framework for the Eclipse platform
2 Name:           eclipse-pdt
3 Version:        1.0
4 Release:        0.1
5 License:        EPL v1.0
6 Group:          Development/Tools
7 #Source0:       -
8 # Source0-md5:  593b56fce7d1f1f799e87365cafefbef
9 URL:            http://www.eclipse.org/pdt/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 The PDT project provides a PHP Development Tools framework for the
14 Eclipse platform. This project encompasses all development components
15 necessary to develop PHP and facilitate extensibility. It leverages
16 the existing Web Tools Project in providing developers with PHP
17 capabilities.
18
19 %prep
20 %setup -q -c
21
22 %build
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %defattr(644,root,root,755)
This page took 0.061362 seconds and 4 git commands to generate.