Eclipse - nowy plugin

soshi soshi at pf.pl
Mon Feb 21 12:29:10 CET 2005


Jest to wtyczka do Eclipse, dodająca projekty LaTeXa, podświetlanie 
składni i dopełnianie kodu.
Czy zechciałby ktoś z władnych rzucić  na to okiem?

pozdrawiam
kuba
-------------- next part --------------
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/*


%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log:$


More information about the pld-devel-pl mailing list