--- /dev/null
+Summary: Alien-smashing action game.
+Name: yoink
+Version: 0.1
+Release: 1
+License: BSD
+Group: Amusements/Games
+Source0: http://www.dogcows.com/yoink/%{name}-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: boost-devel
+BuildRequires: SDL-devel
+BuildRequires: SDL_image-devel
+Requires: SDL
+Requires: SDL_image
+%description
+Leap tall buildings! Crush stupid robots beneath your feet! Wield your
+extra-terrestrial powers in the defence of humanity, and send those alien
+invaders back from whence they came! This is Yoink.
+
+You play the part of a flying alien heroine who must defend her home on Earth
+from other airborne alien invaders. The game draws inspiration from classic
+arcade games like Joust, Bombjack, Rampage, and Defender--simple, fast-moving
+action.
+%prep
+%setup
+%build
+%configure
+make
+%install
+rm -rf $RPM_BUILD_ROOT
+%makeinstall
+%clean
+rm -rf $RPM_BUILD_ROOT
+%files
+%defattr(-,root,root)
+%{_bindir}/yoink
+%doc %{_mandir}/man6/*
+%doc COPYING AUTHORS README NEWS
+%{_datadir}/yoink
+%{_datadir}/applications/*
+%{_datadir}/pixmaps/*