]> git.pld-linux.org Git - SPECS.git/blob - xdesktopwaves.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xdesktopwaves.spec
1 Summary:        Simulation of water waves on the X Window System desktop
2 Summary(pl.UTF-8):      Symulacja fal wodnych na pulpicie X Window System
3 Name:           xdesktopwaves
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Amusements
8 Source0:        http://dl.sourceforge.net/xdesktopwaves/%{name}-%{version}.tar.gz
9 # Source0-md5:  4ef1233527cb3bbf06b8fdc407b04ebe
10 URL:            http://xdesktopwaves.sourceforge.net/
11 BuildRequires:  xorg-lib-libX11-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 xdesktopwaves is a cellular automata setting the background of your X
16 Window System desktop under water. Windows and mouse are like ships on
17 the sea. Each movement of these ends up in moving water waves. You can
18 even have rain and/or storm stirring up the water.
19
20 %description -l pl.UTF-8
21 xdesktopwaves to automat komórkowy sprawiający, że pulpit X Window
22 System znajduje się pod wodą. Okna i mysz są jak statki na morzu.
23 Każdy ich ruch powoduje powstanie fal. Można też włączyć deszcz i/lub
24 sztorm burzący powierzchnię wody.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make} \
31         CC="%{__cc}" \
32         LINK="%{__cc}" \
33         CFLAGS="%{rpmcflags}" \
34         LFLAGS="%{rpmldflags} -L%{_prefix}/X11R6/%{_lib}" \
35
36 %{__make} -C xdwapi \
37         CC="%{__cc}" \
38         LINK="%{__cc}" \
39         CFLAGS="%{rpmcflags}" \
40         LFLAGS="%{rpmldflags} -L%{_prefix}/X11R6/%{_lib}" \
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
45
46 install xdesktopwaves           $RPM_BUILD_ROOT%{_bindir}
47 install xdwapi/xdwapidemo       $RPM_BUILD_ROOT%{_bindir}
48 install xdesktopwaves.1         $RPM_BUILD_ROOT%{_mandir}/man1
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README xdwapi/README.xdwapi
56 %attr(755,root,root) %{_bindir}/*
57 %{_mandir}/man1/*
This page took 1.018813 seconds and 3 git commands to generate.