]> git.pld-linux.org Git - packages/eclipse-plugin-ecleTeX.git/commitdiff
- new from soshi <soshi (at) pf (dot) pl>
authorblekot <blekot@pld-linux.org>
Mon, 21 Feb 2005 16:49:45 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-plugin-ecleTeX.spec -> 1.1

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

diff --git a/eclipse-plugin-ecleTeX.spec b/eclipse-plugin-ecleTeX.spec
new file mode 100644 (file)
index 0000000..9df6b2c
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       ecleTeX - plugin for Eclipse
+Summary(pl):   ecleTeX - wtyczka do ¶rodowiska Eclipse
+Name:          eclipse-plugin-ecleTeX
+
+Version:       0.0.4
+Release:       1
+License:       BSD
+Group:         Development/Languages
+Source0:       http://dl.sourceforge.net/etex/ecletex.%{version}.zip
+# Source0-md5: 9c8da13bbcbe35914a8932d1af78b8da
+URL:           http://etex.sf.net/
+BuildRequires: unzip
+Requires:      eclipse >= 3.0
+BuildArch:     noarch
+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
+ecleTeX is a Latex environment plugin for the Eclipse platform. It
+currently supports Latex project types, a mulltilanguage spellchecker,
+code highlighting, code completion, Build engines for latex bibtex pdf
+and ps a Bibtex view and a basic DVI viewer
+
+%description -l pl
+ecleTeX jest wtyczk± ¶rodowiska Latex dla platformy Eclipse. Obecnie
+wspiera projekty Latexa, wielojêzykowy spellchecker, pod¶wietlanie
+sk³adni, dope³nianie kodu, silniki budowania dla latex bibtex pdf i
+ps, przegl±darkê Bibtexa i prost± przegl±darkê DVI.
+
+%prep
+%setup -q -c
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+cp -r * $RPM_BUILD_ROOT%{_eclipsedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_eclipsedir}/plugins/*
This page took 0.072598 seconds and 4 git commands to generate.