]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm.spec
1f7f491c412385bb6ba24e302687400524ab19a3
[packages/Eterm.git] / Eterm.spec
1 Summary:        Terminal for Enlightenment
2 Summary(pl):    Terminal dla Enlightenmenta
3 Name:           Eterm
4 Version:        0.8.10
5 Release:        1
6 License:        GPL
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 Source0:        ftp://ftp.eterm.org/pub/Eterm/%{name}-%{version}.tar.gz
10 Patch0:         Eterm-features.patch
11 Patch1:         Eterm-xterm-color-fixes.patch
12 URL:            http://www.eterm.org/
13 BuildRequires:  imlib-devel >= 1.9.2
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18
19 %description
20 Eterm is a color vt102 terminal emulator intended as an xterm(1)
21 replacement for users who want a term program integrated with
22 Enlightenment, or simply want a little more "eye candy". Eterm uses
23 Imlib for advanced graphic abilities.
24
25 %description -l pl
26 Eterm jest kolorowym emulatorem terminala vt102 mogacym byæ
27 zamiennikiem xterm(1) dla u¿ytkowników chc±cych mieæ program
28 terminalowy zintegrowany z zarz±dc± okienek o nazwie Enlightenment lub
29 dla tych którzy chc± mieæ trochê bardziej urozmaicony wygl±d tego typu
30 programu. Eterm u¿ywa biblioteki IMlib do zaawansowanego operowania na
31 grafice.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36 %patch1 -p1
37
38 %build
39 LDFLAGS="-s"; export LDFLAGS
40 %configure \
41         --disable-static \
42         --enable-shared \
43         --disable-stack-trace \
44         --without-debugging
45 make
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}}
50
51 make install DESTDIR=$RPM_BUILD_ROOT
52
53 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so
54
55 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post   -p /sbin/ldconfig
61 %postun -p /sbin/ldconfig
62
63 %files
64 %defattr(644,root,root,755)
65 %doc doc/*.html
66
67 %attr(2755,root,utmp) %{_bindir}/Eterm
68 %attr(755,root,root) %{_bindir}/Esetroot
69 %attr(755,root,root) %{_bindir}/Etbg
70 %attr(755,root,root) %{_bindir}/*.sh
71 %attr(755,root,root) %{_libdir}/lib*.so
72 %{_mandir}/man1/*
73 %{_datadir}/Eterm
This page took 0.475889 seconds and 3 git commands to generate.