]> Dogcows Code - chaz/yoink/commitdiff
new spec file for rpm building
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 31 Jul 2009 16:22:41 +0000 (10:22 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 31 Jul 2009 16:22:41 +0000 (10:22 -0600)
extra/yoink.spec [new file with mode: 0644]

diff --git a/extra/yoink.spec b/extra/yoink.spec
new file mode 100644 (file)
index 0000000..e72abd2
--- /dev/null
@@ -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/*
This page took 0.020754 seconds and 4 git commands to generate.