]> Dogcows Code - chaz/yoink/blob - extra/yoink.spec.in
better build system support for win32
[chaz/yoink] / extra / yoink.spec.in
1 Summary: Alien-smashing action game.
2 Name: yoink
3 Version: @VERSION@
4 Release: 1
5 License: BSD
6 Group: Amusements/Games
7 Source0: http://www.dogcows.com/yoink/%{name}-%{version}.tar.bz2
8 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
9 BuildRequires: boost-devel
10 BuildRequires: SDL-devel
11 BuildRequires: SDL_image-devel
12 BuildRequires: SDL_sound-devel
13 BuildRequires: mesa-libGL-devel
14 BuildRequires: openal-devel
15 Requires: SDL
16 Requires: SDL_image
17 Requires: SDL_sound
18 Requires: openal
19 %description
20 Leap tall buildings! Crush stupid robots beneath your feet! Wield your
21 extra-terrestrial powers in the defence of humanity, and send those alien
22 invaders back from whence they came! This is Yoink.
23
24 You play the part of a flying alien heroine who must defend her home on Earth
25 from other airborne alien invaders. The game draws inspiration from classic
26 arcade games like Joust, Bombjack, Rampage, and Defender--simple, fast-moving
27 action.
28 %prep
29 %setup
30 %build
31 %configure
32 make
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %makeinstall
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38 %files
39 %defattr(-,root,root)
40 %{_bindir}/yoink
41 %doc %{_mandir}/man6/*
42 %doc COPYING AUTHORS README NEWS
43 %{_datadir}/yoink
44 %{_datadir}/applications/*
45 %{_datadir}/pixmaps/*
This page took 0.037405 seconds and 5 git commands to generate.