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