]> git.pld-linux.org Git - packages/eclipse-plugin-epic.git/commitdiff
- initial, needs a perl user to test if everything works
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Fri, 24 Jun 2005 09:10:19 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-plugin-epic.spec -> 1.1

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

diff --git a/eclipse-plugin-epic.spec b/eclipse-plugin-epic.spec
new file mode 100644 (file)
index 0000000..74d4ee4
--- /dev/null
@@ -0,0 +1,56 @@
+
+%define                _plug_name      epic
+%define                _rel_ver        0.3.0
+%define                _rel_date       20040711
+
+Summary:       EPIC - Eclipse Perl Integration
+Summary(pl):   EPIC - wtyczka do ¶rodowiska Eclipse u³atwiaj±ca programowanie w Perlu
+Name:          eclipse-plugin-%{_plug_name}
+Version:       %{_rel_ver}
+Release:       0.1
+License:       CPL v1.0
+Group:         Development/Languages
+Source0:       http://dl.sourceforge.net/e-p-i-c/org.%{_plug_name}.updatesite_%{version}_%{_rel_date}.zip
+# Source0-md5: 5ab8b866c599bd41f8dcb57564d5bc2d
+URL:           http://e-p-i-c.sourceforge.net/
+BuildRequires: unzip
+Requires:      eclipse >= 3.0
+ExclusiveArch: %{ix86} ppc ia64
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _eclipse_arch   %(echo %{_target_cpu} | sed 's/i.86/x86/;s/athlon/x86/;s/pentium./x86/')
+%define                _eclipsedir     %{_libdir}/eclipse
+
+%description
+EPIC is an opensource Perl IDE for the Eclipse platform. Features
+supported are syntax highlighting, on the fly syntax check, content
+assist, perldoc support, source formatter, templating support and a
+Perl debugger. A regular expression plugin and support for the eSpell
+spellchecker are also available.
+
+%description -l pl
+EPIC to opensource'owe IDE dla Perla zbudowane na bazie ¶rodowiska
+Eclipse. Oferuje pod¶wietlanie sk³adni, sprawdzanie poprawno¶ci
+podczas pisania, wsparcie dla stosowania szablonów oraz debugger
+Perla. Zawiera tak¿e wtyczkê do obs³ugi wyra¿eñ regularnych oraz
+wsparcie dla eSpell-a.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+
+mv org.epic.updatesite/plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins/
+mv org.epic.updatesite/features/* $RPM_BUILD_ROOT%{_eclipsedir}/features/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_eclipsedir}/features
+%{_eclipsedir}/features/org.epic.*.jar
+%dir %{_eclipsedir}/plugins
+%{_eclipsedir}/plugins/org.epic.*.jar
This page took 0.075279 seconds and 4 git commands to generate.