]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm.spec
8db0f155c16ccb0fd65ad77c1064d898cdb99758
[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/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        ftp://ftp.eterm.org/pub/Eterm/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-features.patch
12 Patch1:         %{name}-xterm-color-fixes.patch
13 URL:            http://www.eterm.org/
14 BuildRequires:  imlib-devel >= 1.9.2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 Eterm is a color vt102 terminal emulator intended as an xterm(1)
22 replacement for users who want a term program integrated with
23 Enlightenment, or simply want a little more "eye candy". Eterm uses
24 Imlib for advanced graphic abilities.
25
26 %description -l pl
27 Eterm jest kolorowym emulatorem terminala vt102 mogacym byæ
28 zamiennikiem xterm(1) dla u¿ytkowników chc±cych mieæ program
29 terminalowy zintegrowany z zarz±dc± okienek o nazwie Enlightenment lub
30 dla tych którzy chc± mieæ trochê bardziej urozmaicony wygl±d tego typu
31 programu. Eterm u¿ywa biblioteki IMlib do zaawansowanego operowania na
32 grafice.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37 %patch1 -p1
38
39 %build
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 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %post   -p /sbin/ldconfig
57 %postun -p /sbin/ldconfig
58
59 %files
60 %defattr(644,root,root,755)
61 %doc doc/*.html
62
63 %attr(2755,root,utmp) %{_bindir}/Eterm
64 %attr(755,root,root) %{_bindir}/Esetroot
65 %attr(755,root,root) %{_bindir}/Etbg
66 %attr(755,root,root) %{_bindir}/*.sh
67 %attr(755,root,root) %{_libdir}/lib*.so
68 %{_mandir}/man1/*
69 %{_datadir}/Eterm
This page took 0.057509 seconds and 3 git commands to generate.