]> git.pld-linux.org Git - packages/flyhard.git/blob - flyhard.spec
- tabs in preamble
[packages/flyhard.git] / flyhard.spec
1 Summary:        Thrust clone
2 Summary(pl.UTF-8):      Klon gry Thrust
3 Name:           flyhard
4 Version:        0.3
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://www.markboyd.me.uk/games/flyhard/%{name}-%{version}.tar.gz
9 # Source0-md5:  97a94d94b3f59d5dc56fa17a02fd1663
10 URL:            http://www.markboyd.me.uk/games/flyhard/flyhard.html
11 BuildRequires:  SDL-devel
12 BuildRequires:  SDL_mixer-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This is a game similar to Thrust - you pick things up with your ship,
20 carry them off, and drop them somewhere.
21
22 %description -l pl.UTF-8
23 Jest to gra podobna do gry Thrust - gracz unosi rzeczy swoim statkiem,
24 przenosi je i gdzieƛ upuszcza.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README TODO
49 %attr(755,root,root) %{_bindir}/%{name}
50 %{_datadir}/%{name}
This page took 0.054359 seconds and 3 git commands to generate.