]> git.pld-linux.org Git - packages/bumprace.git/blob - bumprace.spec
4850b6cb015d6da88cf1756249ab9e748b18e63f
[packages/bumprace.git] / bumprace.spec
1 Summary:        A game
2 Summary(pl):    Gra
3 Name:           bumprace
4 Version:        1.45
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www.linux-games.com/%{name}/%{name}-%{version}.tar.gz
9 #Source1:       %{name}.desktop
10 #Source2:       %{name}.png
11 URL:            http://www.linux-games.com/
12 BuildRequires:  SDL-devel >= 1.2.0
13 BuildRequires:  SDL_mixer-devel >= 1.2.0
14 BuildRequires:  XFree86-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libpng-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20
21 %description
22 This is a clone of the classic "Black Box" Game, but it has better
23 graphics and music.
24
25 %description -l pl
26 To jest klon klasycznej gry "Black Box", lecz ma lepsz± grafikê i
27 muzykê.
28
29 %prep
30 %setup -q
31
32 %build
33 rm -f missing
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__install} -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Games}
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 #install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
48 #install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc NEWS README AUTHORS
56 %attr(755,root,root) %{_bindir}/*
57 #%{_mandir}/man6/*
58 %{_datadir}/%{name}
59 #%{_pixmapsdir}/*
60 #%{_applnkdir}/Games/*
This page took 0.055252 seconds and 2 git commands to generate.