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