pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games games/libretro-2048: Import version libretro-204...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5780e9fdd29
branches:  trunk
changeset: 329525:a5780e9fdd29
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Feb 10 12:39:10 2019 +0000

description:
games/libretro-2048: Import version libretro-2048-20181229

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

2048 is a puzzle game.

diffstat:

 games/Makefile               |   3 ++-
 games/libretro-2048/DESCR    |   7 +++++++
 games/libretro-2048/Makefile |  36 ++++++++++++++++++++++++++++++++++++
 games/libretro-2048/PLIST    |   2 ++
 games/libretro-2048/distinfo |   6 ++++++
 5 files changed, 53 insertions(+), 1 deletions(-)

diffs (84 lines):

diff -r 33bf59a32f74 -r a5780e9fdd29 games/Makefile
--- a/games/Makefile    Sat Feb 09 20:13:02 2019 +0000
+++ b/games/Makefile    Sun Feb 10 12:39:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.422 2018/12/23 15:05:51 nia Exp $
+# $NetBSD: Makefile,v 1.423 2019/02/10 12:39:10 nia Exp $
 #
 
 COMMENT=       Games
@@ -226,6 +226,7 @@
 SUBDIR+=       libkdegames
 SUBDIR+=       libkmahjongg
 SUBDIR+=       liblcf
+SUBDIR+=       libretro-2048
 SUBDIR+=       libretro-craft
 SUBDIR+=       libretro-nxengine
 SUBDIR+=       lincity
diff -r 33bf59a32f74 -r a5780e9fdd29 games/libretro-2048/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-2048/DESCR Sun Feb 10 12:39:10 2019 +0000
@@ -0,0 +1,7 @@
+Libretro is a simple but powerful development interface that allows for the
+easy creation of emulators, games and multimedia applications that can plug
+straight into any libretro-compatible frontend. This development interface is
+open to others so that they can run these pluggable emulator and game cores
+also in their own programs or devices.
+
+2048 is a puzzle game.
diff -r 33bf59a32f74 -r a5780e9fdd29 games/libretro-2048/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-2048/Makefile      Sun Feb 10 12:39:10 2019 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2019/02/10 12:39:10 nia Exp $
+
+DISTNAME=      libretro-2048-20181229
+CATEGORIES=    games
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        libretro-2048
+GITHUB_TAG=    bc05dc6e504e78fd4eaf7bf91f5b3f84a93c2962
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/2048/
+COMMENT=       Libretro core based on the 2048 puzzle game
+LICENSE=       unlicense
+
+EXTRACT_USING= bsdtar
+USE_TOOLS+=    gmake
+MAKE_FILE=     Makefile.libretro
+
+CHECK_PORTABILITY_SKIP+=       pixman/configure
+
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+.endif
+
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--no-undefined
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/2048_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/2048_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r 33bf59a32f74 -r a5780e9fdd29 games/libretro-2048/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-2048/PLIST Sun Feb 10 12:39:10 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/10 12:39:10 nia Exp $
+lib/libretro/2048_libretro.so
diff -r 33bf59a32f74 -r a5780e9fdd29 games/libretro-2048/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-2048/distinfo      Sun Feb 10 12:39:10 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/10 12:39:10 nia Exp $
+
+SHA1 (libretro-2048-20181229-bc05dc6e504e78fd4eaf7bf91f5b3f84a93c2962.tar.gz) = 5628715c81e097b772f27588845fa9238787bf57
+RMD160 (libretro-2048-20181229-bc05dc6e504e78fd4eaf7bf91f5b3f84a93c2962.tar.gz) = a72feb910c6668072652afa6ed8256bf8ac675cc
+SHA512 (libretro-2048-20181229-bc05dc6e504e78fd4eaf7bf91f5b3f84a93c2962.tar.gz) = 
54969a7a42827e7b7fd2ff82ed27caa0d47a59ca1ac800ea71fd949c05af98884b10f242b054064820800cab196f5fe7ffd570612cc6d79cbab1f43830dffcf6
+Size (libretro-2048-20181229-bc05dc6e504e78fd4eaf7bf91f5b3f84a93c2962.tar.gz) = 2694417 bytes



Home | Main Index | Thread Index | Old Index