]> git.pld-linux.org Git - packages/wterm.git/blame - wterm.spec
- removed ac/am bsyste macros (this apps has a screwed buildsystem)
[packages/wterm.git] / wterm.spec
CommitLineData
15b1bc96 1Summary: Terminal Emulator for WindowMaker
2Summary(pl): Emulator terminala dla WindowMaker'a
3Name: wterm
4Version: 6.2.9
5Release: 1
6License: GPL
7Group: X11/Applications
8Source0: http://largo.windowmaker.org/files/%{name}-%{version}.tar.bz2
9# Source0-md5: 09ec12901333ad51aeca2ecd8c88730d
10URL: http://largo.windowmaker.org/files.php#wterm
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Wterm is a rxvt clone designed for WindowMaker. It has some interesting
15featrues like very fast transparency or transparent NeXT scroll bar.
16
17%description -l pl
18Wterm to klon rxvt stworzony specjalnie z mysla o WindowMakerze. Oferuje wiele
19interesujacych funkcji jak bardzo szybkie przezroczyste tlo czy przezroczysty
20pasek przewijania typu NeXT.
21
22%prep
f61eb09a 23%setup -q
15b1bc96 24
25%build
f61eb09a 26%configure2_13 \
15b1bc96 27 --enable-transparency \
28 --enable-next-scroll \
29 --enable-ttygid \
30 --enable-xpm-background
31
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
f61eb09a 36install -d $RPM_BUILD_ROOT
15b1bc96 37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
This page took 0.051658 seconds and 4 git commands to generate.