From: Charles McGarvey Date: Fri, 31 Jul 2009 16:22:41 +0000 (-0600) Subject: new spec file for rpm building X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=commitdiff_plain;h=15cd32dc28e7fa5997d9850d7e10b889f69a7cae;hp=c2321281bf12a7efaedde930422c7ddbc92080d4 new spec file for rpm building --- 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/*