]> git.pld-linux.org Git - packages/aterm.git/blob - aterm.spec
- adapter(ized)
[packages/aterm.git] / aterm.spec
1 Summary:        aterm - terminal emulator in an X Window System
2 Summary(pl):    aterm - emulator terminala dla X Window System
3 Name:           aterm
4 Version:        0.3.6
5 Release:        2
6 License:        GPL
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 Vendor:         Sasha Vasko <sashav@sprintmail.com>
10 URL:            http://members.xoom.com/sashav/aterm
11 Source0:        http://members.xoom.com/sashav/aterm/%{name}-%{version}.tar.gz
12 Source1:        aterm.desktop
13 Patch0:         aterm-utempter.patch
14 Patch1:         aterm-wtmp.patch
15 BuildRoot:      /tmp/%{name}-%{version}-root
16
17 %define         _prefix /usr/X11R6
18 %define         _mandir /usr/X11R6/man
19
20 %description
21 aterm is a colour vt102 terminal emulator based on rxvt 2.4.8 with Alfredo
22 Kojima's additions of fast transparency, intended as an xterm(1)
23 replacement for users who do not require features such as Tektronix 4014
24 emulation and toolkit-style configurability. As a result, aterm uses much
25 less swap space -- a significant advantage on a machine serving many X
26 sessions.  It was created with AfterStep Window Manger users in mind, but
27 is not tied to any libraries, and can be used anywhere.
28
29 %description -l pl
30 aterm jest kolorowym emulatorem terminala vt102, opartym na rxvt 2.4.8 z
31 dodatkami Afredo Kojima do szybkiej emulacji przezroczysto¶ci. W za³o¿eniu
32 ma zast±piæ program xterm(1) u¿ytkownikom nie wymagaj±cym takich rzeczy jak
33 emulacja terminala Tektronix 4014 oraz "toolkit-style configurability".
34 W efekcie aterm u¿ywa du¿o mniej pamiêci swap -- co jest du¿± zalet± w
35 systemach obs³uguj±cych liczne sesje Xów. Zosta³ stworzony z my¶l± o
36 u¿ytkownikach AfterStepa, ale nie jest zwi±zany z ¿adnymi specyficznymi
37 bibliotekami i mo¿e byæ u¿ywany gdziekolwiek.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42 %patch1 -p1
43
44 %build
45 LDFLAGS="-s -lutempter"; export LDFLAGS;
46 %configure \
47         --enable-utmp \
48         --enable-wtmp \
49         --enable-background-image \
50         --with-term="xterm-color" \
51         --with-png \
52         --with-jpeg \
53         --enable-transparency \
54         --enable-menubar \
55         --enable-graphics \
56         --enable-next-scroll \
57         --enable-xgetdefault
58
59 CFLAGS="$RPM_OPT_FLAGS" make
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 install -d $RPM_BUILD_ROOT%{_prefix}/share/applnk/Utilities
65
66 make DESTDIR=$RPM_BUILD_ROOT install
67 install %{SOURCE1} $RPM_BUILD_ROOT%{_prefix}/share/applnk/Utilities
68
69 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/aterm.1 ChangeLog
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc doc ChangeLog.gz
77 %attr(755,root,root) %{_bindir}/aterm
78 %{_mandir}/man1/aterm.1.gz
79 %{_prefix}/share/applnk/Utilities/aterm.desktop
This page took 0.074503 seconds and 4 git commands to generate.