From 15cd32dc28e7fa5997d9850d7e10b889f69a7cae Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Fri, 31 Jul 2009 10:22:41 -0600 Subject: [PATCH] new spec file for rpm building --- extra/yoink.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 extra/yoink.spec diff --git a/extra/yoink.spec b/extra/yoink.spec new file mode 100644 index 0000000..e72abd2 --- /dev/null +++ b/extra/yoink.spec @@ -0,0 +1,40 @@ +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/* -- 2.43.0