]> git.pld-linux.org Git - packages/astwar.git/commitdiff
- initial release
authorpascalek <pascalek@pld-linux.org>
Wed, 11 Sep 2002 14:59:21 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    astwar.spec -> 1.1

astwar.spec [new file with mode: 0644]

diff --git a/astwar.spec b/astwar.spec
new file mode 100644 (file)
index 0000000..446f174
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       AstWar is a terminal based 2D space shooter.
+Name:          astwar
+Version:       0.4.5
+Release:       1
+License:       GPL
+Group:         Applications/Games
+Source0:       http://freesoftware.fsf.org/download/%{name}/%{name}-%{version}.tar.gz
+URL:           http://www.freesoftware.fsf.org/%{name}/index.html
+BuildRequires: ncurses-devel
+Requires:      ncurses
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%description
+Astwar is a ncurses based simple space shooter; two little 
+ships (asterisks), each on one side of the screen, try to 
+shoot each other. There is network support with several 
+multiplayer options and user extension with Scheme (via Guile)
+to program the little ship to do some things automatically are 
+in the works.
+
+%prep
+%setup -q
+
+%build
+%configure2_13 
+%{__make} INCLUDES=-I%{_includedir}/ncurses
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/astwar
+%doc AUTHORS COPYING ChangeLog README
+%{_infodir}/*
+%lang(en) %{_mandir}/man1/*
This page took 0.225281 seconds and 4 git commands to generate.