mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
50 lines
1.4 KiB
RPMSpec
50 lines
1.4 KiB
RPMSpec
# ***********************************************************************
|
|
# * *
|
|
# * Star Traders: A Game of Interstellar Trading *
|
|
# * Copyright (C) 1990-2015, John Zaitseff *
|
|
# * *
|
|
# ***********************************************************************
|
|
|
|
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
|
|
# $Id: trader.spec 655 2015-09-09 23:37:37Z 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.8
|
|
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*
|