]> git.pld-linux.org Git - SPECS.git/blob - mflteco.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / mflteco.spec
1 Summary:        Infamous TECO - Editor From Hell
2 Summary(pl.UTF-8):      Niesławny TECO - Edytor z Piekła Rodem
3 Name:           mflteco
4 Version:        36
5 Release:        1
6 License:        distributable
7 Group:          Applications/Editors
8 Source0:        http://catb.org/~esr/retro/%{name}.tar.gz
9 # Source0-md5:  78ad88889d98e0c420a4863b4d22ec7a
10 Source1:        real.programmers.html
11 Patch0:         %{name}-config.patch
12 URL:            http://catb.org/~esr/retro/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Yes, it's the Editor From Hell... the infamous TECO, bane of lusers
17 and tricky, unforgiving tool of master hackers. Install this to find
18 out (a) what we lived with before Emacs, and (b) how expressive line
19 noise can be. This is Sander Van Malsen's ANSIfied version of TECO for
20 Ultrix.
21
22 %description -l pl.UTF-8
23 Taaa... to edytor z piekła rodem, niesławny TECO, postrach luserów i
24 tajemne, niewybaczające narzędzie Wielkich Hakerów. Zainstaluj to by
25 przekonać się (a) jak wyglądało życie przed Emacsem, oraz (b) jak
26 wymowny może być biały szum. To zANSIfizowana przez Sander Van Malse'a
27 wersja TECO dla Ultrixa.
28
29 %prep
30 %setup -q -n %{name}
31 %patch0 -p1
32
33 %build
34 %{__make} CC="%{__cc}" CDF="%{rpmcflags}" -f Makefile.sunv te
35 mv -f te teco
36 cp -f %{SOURCE1} .
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_bindir}
41 install teco $RPM_BUILD_ROOT%{_bindir}
42
43 mv -f .tecorc sample_tecorc
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc  00README pi.tec real.programmers.html sample_tecorc teco.doc teco.doc.1 tecorc.mch
51 %attr(755,root,root) %{_bindir}/teco
This page took 0.12537 seconds and 3 git commands to generate.