]> Dogcows Code - chaz/yoink/blob - extra/yoink.spec.in
moving from SDL_sound to libvorbisfile
[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: libvorbis-devel
13 BuildRequires: mesa-libGL-devel
14 BuildRequires: openal-devel
15 BuildRequires: freealut-devel
16 Requires: SDL
17 Requires: SDL_image
18 Requires: libvorbis
19 Requires: openal
20 Requires: freealut
21 %description
22 Leap tall buildings! Crush stupid robots beneath your feet! Wield your
23 extra-terrestrial powers in the defence of humanity, and send those alien
24 invaders back from whence they came! This is Yoink.
25
26 You play the part of a flying alien heroine who must defend her home on Earth
27 from other airborne alien invaders. The game draws inspiration from classic
28 arcade games like Joust, Bombjack, Rampage, and Defender--simple, fast-moving
29 action.
30 %prep
31 %setup
32 %build
33 %configure
34 make
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %makeinstall
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40 %files
41 %defattr(-,root,root)
42 %{_bindir}/yoink
43 %doc %{_mandir}/man6/*
44 %doc COPYING AUTHORS README NEWS
45 %{_datadir}/yoink
46 %{_datadir}/applications/*
47 %{_datadir}/pixmaps/*
This page took 0.033715 seconds and 5 git commands to generate.