1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-01-03 14:57:41 -05:00

Created input files required by cygport for a Cygwin package

This commit is contained in:
John Zaitseff 2014-06-18 21:39:43 +10:00
commit 203bbfed13
2 changed files with 52 additions and 0 deletions

23
trader-7.5-1.src.patch Normal file
View File

@ -0,0 +1,23 @@
diff -ruNa trader-7.5.orig/src/Makefile.am trader-7.5/src/Makefile.am
--- trader-7.5.orig/src/Makefile.am 2014-05-24 08:03:43.000000000 +1000
+++ trader-7.5/src/Makefile.am 2014-06-18 20:45:54.734000200 +1000
@@ -43,6 +43,6 @@
trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \
-DLOCALEDIR=\"$(localedir)\"
-trader_LDADD = @CURSES_LIB@ @LIBICONV@ $(top_builddir)/lib/libgnu.a @LIBINTL@
+trader_LDADD = @CURSES_LIB@ $(top_builddir)/lib/libgnu.a @LIBICONV@ @LIBINTL@
EXTRA_DIST = README
diff -ruNa trader-7.5.orig/src/Makefile.in trader-7.5/src/Makefile.in
--- trader-7.5.orig/src/Makefile.in 2014-05-24 08:14:33.000000000 +1000
+++ trader-7.5/src/Makefile.in 2014-06-18 20:46:29.158477600 +1000
@@ -993,7 +993,7 @@
trader_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \
-DLOCALEDIR=\"$(localedir)\"
-trader_LDADD = @CURSES_LIB@ @LIBICONV@ $(top_builddir)/lib/libgnu.a @LIBINTL@
+trader_LDADD = @CURSES_LIB@ $(top_builddir)/lib/libgnu.a @LIBICONV@ @LIBINTL@
EXTRA_DIST = README
all: all-am

29
trader.cygport Normal file
View File

@ -0,0 +1,29 @@
# ***********************************************************************
# * *
# * Star Traders: A Game of Interstellar Trading *
# * Copyright (C) 1990-2014, John Zaitseff *
# * *
# ***********************************************************************
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id: trader.cygport 548 2014-06-18 11:39:43Z 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=1
SUMMARY="Star Traders, a simple game of interstellar trading"
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)."
CATEGORY="Games Text"
DEPEND="libiconv libncurses-devel gettext-devel"
HOMEPAGE="http://www.zap.org.au/software/trader/"
SRC_URI="ftp://ftp.zap.org.au/pub/trader/unix/${P}.tar.xz"
PATCH_URI="${PF}.src.patch"