]> git.pld-linux.org Git - packages/wterm.git/blob - wterm.spec
- better pl
[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:        1
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Wterm is a rxvt clone designed for WindowMaker. It has some
15 interesting featrues like very fast transparency or transparent NeXT
16 scroll bar.
17
18 %description -l pl
19 Wterm to klon rxvt stworzony specjalnie z my¶l± o WindowMakerze.
20 Oferuje wiele interesuj±cych funkcji, takich jak bardzo szybkie
21 przezroczyste t³o czy przezroczysty pasek przewijania typu NeXT.
22
23 %prep
24 %setup -q 
25
26 %build
27 %configure2_13 \
28         --enable-transparency \
29         --enable-next-scroll \
30         --enable-ttygid \
31         --enable-xpm-background \
32         --enable-menubar \
33         --enable-wtmp \
34         --enable-utmp
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
This page took 0.052675 seconds and 4 git commands to generate.