1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-15 17:28:07 -04:00
trader/trader.spec
2014-06-18 15:03:19 +10:00

50 lines
1.4 KiB
RPMSpec

# ***********************************************************************
# * *
# * Star Traders: A Game of Interstellar Trading *
# * Copyright (C) 1990-2014, John Zaitseff *
# * *
# ***********************************************************************
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id: trader.spec 543 2014-06-18 05:03:19Z john $
# This file is distributed under the same licence as Star Traders itself:
# the GNU General Public License, version 3 or later.
Name: trader
Version: 7.5
Release: %mkrel 1
Summary: Star Trader, a simple game of interstellar trading
License: GPLv3+
Group: Games/Strategy
Url: http://www.zap.org.au/software/trader/
Source0: ftp://ftp.zap.org.au/pub/trader/unix/%{name}-%{version}.tar.gz
BuildRequires: gettext
BuildRequires: gperf
BuildRequires: ncurses-devel
%description
Star Traders is a simple game of interstellar trading, where the objective
is to create companies, buy and sell shares, borrow and repay money, in
order to become the wealthiest player (the winner).
%prep
%setup -q
%build
%configure
%make
%install
%makeinstall
%find_lang %{name}
%files -f %{name}.lang
%doc NEWS README
%{_bindir}/%{name}
%{_mandir}/man6/%{name}.6*