]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm.spec
- modyfications for using neew rpm automation.
[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 %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 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post   -p /sbin/ldconfig
56 %postun -p /sbin/ldconfig
57
58 %files
59 %defattr(644,root,root,755)
60 %doc doc/*.html
61
62 %attr(2755,root,utmp) %{_bindir}/Eterm
63 %attr(755,root,root) %{_bindir}/Esetroot
64 %attr(755,root,root) %{_bindir}/Etbg
65 %attr(755,root,root) %{_bindir}/*.sh
66 %attr(755,root,root) %{_libdir}/lib*.so
67 %{_mandir}/man1/*
68 %{_datadir}/Eterm
This page took 0.043423 seconds and 3 git commands to generate.