Hi,
This diff updates steamworks-nosteam to 0.2.1. The main change is the
addition of building the additional stub libSteamworksNative.so.0.0
which allows running additional games (Cryptark, Hive, Khet-2.0).
Upstream now contains a Makefile with install target, so the port
Makefile can be simplified. The install directory has changed now to
${PREFIX}/lib/steamworks-nosteam. Therefore, an update to my other port
fnaify will follow soon to take the different location into account.
Also update license marker.
Official release notes:
https://github.com/rfht/Steamworks.NET-nosteam/releases/tag/v0.2.0
https://github.com/rfht/Steamworks.NET-nosteam/releases/tag/v0.2.1
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/steamworks-nosteam/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 27 May 2019 19:49:25 -0000 1.1.1.1
+++ Makefile 27 Jun 2019 23:55:37 -0000
@@ -2,7 +2,7 @@
COMMENT = Steamworks stub libraries
-V = 0.1.1
+V = 0.2.1
DISTNAME = Steamworks.NET-nosteam-v${V}
PKGNAME = steamworks-nosteam-${V}
@@ -10,22 +10,13 @@ CATEGORIES = games
HOMEPAGE = https://github.com/rfht/Steamworks.NET-nosteam
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
-# MIT
-PERMIT_PACKAGE_CDROM = Yes
+# MIT (Steamworks.NET), zlib (libSteamworksNative)
+PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/rfht/Steamworks.NET-nosteam/releases/download/v${V}/
MODULES = lang/mono
NO_TEST = Yes
WRKDIST = ${WRKDIR}/Steamworks.NET-nosteam
-
-do-build:
- xbuild ${WRKSRC}/Standalone/Steamworks.NET.sln
-
-do-install:
- mkdir -p ${PREFIX}/share/steamstubs
- ${INSTALL_DATA} \
- ${WRKBUILD}/Standalone/bin/x64/OSX-Linux/Steamworks.NET.dll \
- ${PREFIX}/share/steamstubs
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/steamworks-nosteam/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 27 May 2019 19:49:25 -0000 1.1.1.1
+++ distinfo 27 Jun 2019 23:55:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (Steamworks.NET-nosteam-v0.1.1.tar.gz) = OXRqRyaqwBLKtIyv0OLJiTTHiFMpjvZJU08g9GKdqkY=
-SIZE (Steamworks.NET-nosteam-v0.1.1.tar.gz) = 163234
+SHA256 (Steamworks.NET-nosteam-v0.2.1.tar.gz) = EXbXAFvxRJz6fz9HFutzNIBiMDM3ASTxNx66acN33Lk=
+SIZE (Steamworks.NET-nosteam-v0.2.1.tar.gz) = 157190
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/steamworks-nosteam/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 27 May 2019 19:49:25 -0000 1.1.1.1
+++ pkg/PLIST 27 Jun 2019 23:55:37 -0000
@@ -1,3 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2019/05/27 19:49:25 thfr Exp $
-share/steamstubs/
-share/steamstubs/Steamworks.NET.dll
+@comment $OpenBSD: PLIST,v$
+lib/steamworks-nosteam/
+lib/steamworks-nosteam/Steamworks.NET.dll
+lib/steamworks-nosteam/libSteamworksNative.so.0.0
No comments:
Post a Comment