]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm.spec
- adding es/pt/pt_BR Group translations
[packages/Eterm.git] / Eterm.spec
1 Summary:        Terminal for Enlightenment
2 Summary(pl):    Terminal dla Enlightenmenta
3 Name:           Eterm
4 Version:        0.9.1
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        http://www.eterm.org/download/Eterm-0.9.1.tar.gz        
14 Source1:        http://www.eterm.org/download/Eterm-bg-0.9.1.tar.gz     
15 Source2:        %{name}.desktop
16 Patch0:         %{name}-am_fix.patch
17 URL:            http://www.eterm.org/
18 BuildRequires:  imlib2-devel >= 1.0.3
19 BuildRequires:  libast-devel
20 BuildRequires:  libltdl-devel
21 BuildRequires:  autoconf
22 BuildRequires:  automake
23 BuildRequires:  libtool
24 BuildRequires:  ncurses
25 # for /usr/bin/tic
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %define         _terminfodir    /usr/share/terminfo
29 %define         _prefix         /usr/X11R6
30 %define         _mandir         %{_prefix}/man
31
32 %description
33 Eterm is a color vt102 terminal emulator intended as an xterm(1)
34 replacement for users who want a term program integrated with
35 Enlightenment, or simply want a little more "eye candy". Eterm uses
36 Imlib for advanced graphic abilities.
37
38 %description -l pl
39 Eterm jest kolorowym emulatorem terminala vt102 mogacym byæ
40 zamiennikiem xterm(1) dla u¿ytkowników chc±cych mieæ program
41 terminalowy zintegrowany z zarz±dc± okienek o nazwie Enlightenment lub
42 dla tych którzy chc± mieæ trochê bardziej urozmaicony wygl±d tego typu
43 programu. Eterm u¿ywa biblioteki IMlib do zaawansowanego operowania na
44 grafice.
45
46 %prep
47 %setup -q -a1
48 %patch0 -p1
49
50 %build
51 rm -f missing
52 libtoolize --copy --force
53 aclocal
54 autoconf
55 automake -a -c
56 %configure \
57         --with-delete="\033[3~" \
58         --disable-static \
59         --enable-shared \
60         --disable-stack-trace \
61         --without-debugging \
62 %ifarch i686 athlon
63         --enable-mmx
64 %else
65         --disable-mmx
66 %endif
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir},%{_applnkdir}/Terminals,%{_terminfodir}}
72
73 %{__make} install DESTDIR=$RPM_BUILD_ROOT
74
75 (cd doc; /usr/bin/tic -o $RPM_BUILD_ROOT%{_terminfodir} Eterm.ti)
76
77 install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Terminals
78
79 gzip -9nf ReleaseNotes* ChangeLog
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files
88 %defattr(644,root,root,755)
89 %doc doc/*.html *.gz
90 %attr(2755,root,utmp) %{_bindir}/Eterm
91 %attr(755,root,root) %{_bindir}/Esetroot
92 %attr(755,root,root) %{_bindir}/Etbg
93 %attr(755,root,root) %{_bindir}/Etcolors
94 %attr(755,root,root) %{_bindir}/Ettable
95 %attr(755,root,root) %{_libdir}/lib*.so
96 %{_mandir}/man1/*
97 %{_datadir}/Eterm
98 %{_applnkdir}/Terminals/*
99 %{_terminfodir}/*/*
This page took 0.451988 seconds and 3 git commands to generate.