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