pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games Add 7kaa-music-2.15 as games/7kaa-music.
details: https://anonhg.NetBSD.org/pkgsrc/rev/66ff7eee334d
branches: trunk
changeset: 335747:66ff7eee334d
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jun 30 21:56:28 2019 +0000
description:
Add 7kaa-music-2.15 as games/7kaa-music.
Seven Kingdoms is a series of "fantasy real-time strategy" computer
games. In the world of Seven Kingdoms, you will find up to seven
different Nations, each with unique attributes, who live in an
almost unlimited number of randomly generated landscapes.
This package contains Seven Kingdoms: Ancient Adversaries' music
files, which are redistributed separately due to restrictive
licensing. Their license forbids modifications and they are restricted
for use with Seven Kingdoms alone.
diffstat:
games/7kaa-music/DESCR | 9 +++++++++
games/7kaa-music/Makefile | 26 ++++++++++++++++++++++++++
games/7kaa-music/PLIST | 13 +++++++++++++
games/7kaa-music/distinfo | 6 ++++++
games/Makefile | 3 ++-
5 files changed, 56 insertions(+), 1 deletions(-)
diffs (87 lines):
diff -r 17020c736f08 -r 66ff7eee334d games/7kaa-music/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/7kaa-music/DESCR Sun Jun 30 21:56:28 2019 +0000
@@ -0,0 +1,9 @@
+Seven Kingdoms is a series of "fantasy real-time strategy" computer
+games. In the world of Seven Kingdoms, you will find up to seven
+different Nations, each with unique attributes, who live in an
+almost unlimited number of randomly generated landscapes.
+
+This package contains Seven Kingdoms: Ancient Adversaries' music
+files, which are redistributed separately due to restrictive
+licensing. Their license forbids modifications and they are restricted
+for use with Seven Kingdoms alone.
diff -r 17020c736f08 -r 66ff7eee334d games/7kaa-music/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/7kaa-music/Makefile Sun Jun 30 21:56:28 2019 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/06/30 21:56:28 nia Exp $
+
+DISTNAME= 7kaa-music-2.15
+CATEGORIES= games
+MASTER_SITES= https://www.7kfans.com/downloads/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.7kfans.com/
+COMMENT= Music files for use with 7KAA
+LICENSE= 7kaa-music-license
+
+WRKSRC= ${WRKDIR}/7kaa-music
+
+NO_BUILD= yes
+
+INSTALLATION_DIRS+= share/7kaa/MUSIC
+INSTALLATION_DIRS+= share/doc/7kaa
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/MUSIC/* \
+ ${DESTDIR}${PREFIX}/share/7kaa/MUSIC
+ ${INSTALL_DATA} ${WRKSRC}/*.txt \
+ ${DESTDIR}${PREFIX}/share/doc/7kaa
+
+.include "../../mk/bsd.pkg.mk"
diff -r 17020c736f08 -r 66ff7eee334d games/7kaa-music/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/7kaa-music/PLIST Sun Jun 30 21:56:28 2019 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2019/06/30 21:56:28 nia Exp $
+share/7kaa/MUSIC/CHINESE.WAV
+share/7kaa/MUSIC/GREEK.WAV
+share/7kaa/MUSIC/JAPANESE.WAV
+share/7kaa/MUSIC/LOSE.WAV
+share/7kaa/MUSIC/MAYA.WAV
+share/7kaa/MUSIC/NORMAN.WAV
+share/7kaa/MUSIC/PERSIAN.WAV
+share/7kaa/MUSIC/VIKING.WAV
+share/7kaa/MUSIC/WAR.WAV
+share/7kaa/MUSIC/WIN.WAV
+share/doc/7kaa/COPYING-Music.txt
+share/doc/7kaa/README-Music.txt
diff -r 17020c736f08 -r 66ff7eee334d games/7kaa-music/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/7kaa-music/distinfo Sun Jun 30 21:56:28 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/30 21:56:28 nia Exp $
+
+SHA1 (7kaa-music-2.15.tar.bz2) = bef4a54f819b949119095d283d19eafd57c042c0
+RMD160 (7kaa-music-2.15.tar.bz2) = 9736abf048457f6d9bc5fb57977ef217ad45fb9f
+SHA512 (7kaa-music-2.15.tar.bz2) = e2c7ce14dc6e50581dca9769f03167e59e4be19aa559bfc2a7acd277f72c060935f3158edc735711ce971924b105e8df5984c2c40da8d6f484625e5ce94a7f73
+Size (7kaa-music-2.15.tar.bz2) = 20050332 bytes
diff -r 17020c736f08 -r 66ff7eee334d games/Makefile
--- a/games/Makefile Sun Jun 30 21:51:49 2019 +0000
+++ b/games/Makefile Sun Jun 30 21:56:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.432 2019/06/30 21:49:59 nia Exp $
+# $NetBSD: Makefile,v 1.433 2019/06/30 21:56:28 nia Exp $
#
COMMENT= Games
@@ -7,6 +7,7 @@
SUBDIR+= 2048-cli
SUBDIR+= 4stAttack
SUBDIR+= 7kaa
+SUBDIR+= 7kaa-music
SUBDIR+= AitDoB
SUBDIR+= InterLOGIC
SUBDIR+= KoboDeluxe
Home |
Main Index |
Thread Index |
Old Index