]> git.pld-linux.org Git - packages/54321.git/blob - 54321.spec
383f73c5cfce935cf977b76a2cbedcb6d6698e71
[packages/54321.git] / 54321.spec
1 Summary:        Preety puzzle games for one player
2 Summary(pl):    £adne uk³adanki dla jednego gracza
3 Name:           54321
4 Version:        1.0.2001.11.16
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://nklein.com/products/54321/1.0.2001.11.16/%{name}.tgz
9 # Source0-md5:  20b2ad52ef45742c1a65911b225b6ddc
10 Source1:        %{name}.desktop
11 Source2:        %{name}-exec
12 Patch0:         %{name}-sdl_include_dir_fix.patch
13 URL:            http://www.nklein.com/products/54321/
14 BuildRequires:  SDL-devel
15 BuildRequires:  SDL_image-devel
16 Requires:       SDL >= 1.2.4
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 54321 is five games in four-, three-, or two-dimensions for one
21 player. 54321 takes five classic two-dimensional puzzle games and
22 extends them into three and four dimensions.
23
24 %description -l pl
25 54321 to piêæ gier w czterech, trzech i dwóch wymiarach dla jednego
26 gracza. Gry bazuj± na klasycznych schematach uk³adanek; oprawione s± w
27 ³adn± grafikê.
28
29 %prep
30 %setup -q -n 54321
31 %patch0 -p1
32
33 %build
34 %{__make} -f GNUmakefile \
35         CC="%{__cc}" \
36         CXX="%{__cxx}" \
37         CXXFLAGS="%{rpmcflags} -I/usr/include/SDL -DNDEBUG=1"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_bindir},%{_datadir}/54321/bin/Linux,%{_libdir}/54321}
42
43 cp -r Release/data $RPM_BUILD_ROOT%{_datadir}/54321
44 # hack to preserve %{_datadir} arch-independent
45 install Release/bin/Linux/54321 $RPM_BUILD_ROOT%{_libdir}/54321
46 cat > $RPM_BUILD_ROOT%{_bindir}/54321 <<EOF
47 #!/bin/sh
48 cd /usr/share/54321/bin/Linux && exec %{_libdir}/54321/54321 \$*
49 EOF
50
51 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README
59 %attr(755,root,root) %{_bindir}/*
60 %attr(755,root,root) %{_libdir}/%{name}
61 %dir %{_datadir}/%{name}
62 %dir %{_datadir}/%{name}/bin
63 %dir %{_datadir}/%{name}/bin/Linux
64 %{_datadir}/%{name}/data
65 %{_desktopdir}/*
This page took 0.06437 seconds and 3 git commands to generate.