]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm.spec
- updated to 0.8.10,
[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 Copyright:      GPL
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 Source:         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:      /tmp/%{name}-%{version}-root
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) replacement
21 for users who want a term program integrated with Enlightenment, or simply
22 want a little more "eye candy". Eterm uses Imlib for advanced graphic
23 abilities.
24
25 %description -l pl
26 Eterm jest kolorowym emulatorem terminala vt102 mogacym byæ zamiennikiem
27 xterm(1) dla u¿ytkowników chc±cych mieæ program terminalowy zintegrowany z
28 zarz±dc± okienek o nazwie Enlightenment lub dla tych którzy chc± mieæ 
29 trochê bardziej urozmaicony wygl±d tego typu programu. Eterm u¿ywa
30 biblioteki IMlib do zaawansowanego operowania na grafice.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 LDFLAGS="-s"; export LDFLAGS
39 %configure \
40         --disable-static \
41         --enable-shared \
42         --disable-stack-trace \
43         --without-debugging
44 make
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}}
49
50 make install DESTDIR=$RPM_BUILD_ROOT
51
52 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so
53
54 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %post   -p /sbin/ldconfig
60 %postun -p /sbin/ldconfig
61
62 %files
63 %defattr(644,root,root,755)
64 %doc doc/*.html
65
66 %attr(2755,root,utmp) %{_bindir}/Eterm
67 %attr(755,root,root) %{_bindir}/Esetroot
68 %attr(755,root,root) %{_bindir}/Etbg
69 %attr(755,root,root) %{_bindir}/*.sh
70 %attr(755,root,root) %{_libdir}/lib*.so
71 %{_mandir}/man1/*
72 %{_datadir}/Eterm
This page took 0.071234 seconds and 3 git commands to generate.