]> git.pld-linux.org Git - SPECS.git/blob - wmpong.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / wmpong.spec
1 Summary:        Self playing pong game for WindowMaker Dock
2 Summary(pl.UTF-8):      Grający sam ze sobą ping pong dla Doku WindowMakera
3 Name:           wmpong
4 Version:        0.3
5 Release:        6
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        ftp://ftp.windowmaker.org/pub/contrib/srcs/games/%{name}-%{version}-1.tar.gz
9 # Source0-md5:  d2f7fec0b89697ebaa165eba605456b3
10 Source1:        %{name}.desktop
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14
15 %description
16 It's completely useless except for brainless entertainment value. It's
17 a self playing pong game for WindowMaker Dock.
18
19 %description -l pl.UTF-8
20 Program ten jest całkowicie bezużyteczny. Przeznaczony dla Doku
21 WindowMakera, grający sam ze sobą ping-pong.
22
23 %prep
24 %setup -q -n %{name}.app
25
26 %build
27 %{__make} -C %{name} \
28         LIBDIR="-L/usr/X11R6/%{_lib}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}/docklets}
34
35 install %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}
36 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
37
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc BUGS ChangeLog README TODO
45 %attr(755,root,root) %{_bindir}/%{name}
46 %{_desktopdir}/docklets/wmpong.desktop
This page took 0.189541 seconds and 3 git commands to generate.