Warning, /games/ksirk/packaging/KsirK_2.spec is written in an unsupported language. File is not indexed.

0001 # This spec file was generated by Gideon
0002 # Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org>
0003 # Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html
0004 
0005 Name: ksirk
0006 Version: 1.8beta1
0007 Release: 0
0008 Vendor: The KsirK Team
0009 Copyright: GPL
0010 Summary: A turn by turn multiplayer strategy game with AI (Risk clone)
0011 Group: application/games
0012 Packager: Kleag
0013 BuildRoot: %{_tmppath}/%{name}-root
0014 Source: ksirk-1.8beta1.tar.bz2
0015 
0016 %description
0017 KsirK is a computerized version of a well known strategy board game: Risk ! 
0018 
0019 In the current version, KsirK is a usable multi-player mono-machine game with a basic AI. Planned future versions will be really network-enabled multi-playered with a better AI and a lot more enhancements (see Status for details).
0020 
0021 The goal of the game is simply to conquer the World... It is done by attacking your neighbors with your armies. 
0022 
0023 
0024 
0025 
0026 %prep
0027 %setup
0028 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
0029 --target=i686
0030 
0031 %build
0032 %configure
0033 make
0034 
0035 %install
0036 rm -rf %{buildroot}
0037 %makeinstall
0038 
0039 %clean
0040 rm -rf %{buildroot}
0041 
0042 %post -p /sbin/ldconfig
0043 %postun -p /sbin/ldconfig
0044 %files
0045 %defattr(-, root, root)
0046 %doc AUTHORS COPYING ChangeLog NEWS README TODO
0047 %{_bindir}/*
0048 %{_libdir}/*.so.*
0049 %{_datadir}/%{name}
0050 %{_mandir}/man8/*
0051 %changelog
0052