mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Created input files required by cygport for a Cygwin package
This commit is contained in:
commit
203bbfed13
23
trader-7.5-1.src.patch
Normal file
23
trader-7.5-1.src.patch
Normal 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
29
trader.cygport
Normal 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"
|
Loading…
Reference in New Issue
Block a user