]> git.pld-linux.org Git - packages/wterm.git/blob - wterm.spec
- Release: 3
[packages/wterm.git] / wterm.spec
1 Summary:        Terminal emulator for WindowMaker
2 Summary(pl):    Emulator terminala dla WindowMakera
3 Name:           wterm
4 Version:        6.2.9
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://largo.windowmaker.org/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  09ec12901333ad51aeca2ecd8c88730d
10 URL:            http://largo.windowmaker.org/files.php#wterm
11 BuildRequires:  WindowMaker-devel
12 BuildRequires:  XFree86-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Wterm is a rxvt clone designed for WindowMaker. It has some
17 interesting featrues like very fast transparency or transparent NeXT
18 scroll bar.
19
20 %description -l pl
21 Wterm jest klonem rxvt stworzonym specjalnie z my¶l± o WindowMakerze.
22 Oferuje wiele interesuj±cych funkcji, takich jak bardzo szybka obsluga
23 przezroczystosci t³a czy przezroczysty pasek przewijania typu NeXT.
24
25 %prep
26 %setup -q 
27
28 %build
29 %configure2_13 \
30         --enable-transparency \
31         --enable-next-scroll \
32         --enable-ttygid \
33         --enable-xpm-background \
34         --with-xpm-library=/usr/X11R6/%{_lib} \
35         --enable-menubar \
36         --enable-wtmp \
37         --enable-utmp
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README doc/{BUGS,FAQ,README*,TODO}
53 %attr(755,root,root) %{_bindir}/wterm
54 %{_mandir}/man1/wterm.1*
This page took 0.065794 seconds and 4 git commands to generate.