pkgsrc-WIP-changes archive

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

Add 7kaa-music.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Jun 27 14:41:44 2019 +0100
Changeset:	b804a51c0f68c7d8b23a7f1f261471345a330fe9

Modified Files:
	Makefile
Added Files:
	7kaa-music/DESCR
	7kaa-music/Makefile
	7kaa-music/PLIST
	7kaa-music/distinfo

Log Message:
Add 7kaa-music.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b804a51c0f68c7d8b23a7f1f261471345a330fe9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 7kaa-music/DESCR    | 12 ++++++++++++
 7kaa-music/Makefile | 26 ++++++++++++++++++++++++++
 7kaa-music/PLIST    | 13 +++++++++++++
 7kaa-music/distinfo |  6 ++++++
 Makefile            |  1 +
 5 files changed, 58 insertions(+)

diffs:
diff --git a/7kaa-music/DESCR b/7kaa-music/DESCR
new file mode 100644
index 0000000000..43dcf59b67
--- /dev/null
+++ b/7kaa-music/DESCR
@@ -0,0 +1,12 @@
+This is a GPL release of the Seven Kingdoms: Ancient Adversaries thanks to
+Enlight Software which granted the ability to license the game under a
+free and open source license in 2009. See the file "COPYING" for the
+details of the license. We are indebted to Enlight for making the 7kfans
+project possible and giving a new chance to build a community for fans
+of the game.
+
+This package contains the non-GPL music files, which are redistributed
+separately due to restrictive licensing. Their license forbids modifications
+and they are restricted for use with Seven Kingdoms alone.
+
+Once installed, these will automatically be used by 7kaa.
diff --git a/7kaa-music/Makefile b/7kaa-music/Makefile
new file mode 100644
index 0000000000..cf04067a4b
--- /dev/null
+++ b/7kaa-music/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+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 --git a/7kaa-music/PLIST b/7kaa-music/PLIST
new file mode 100644
index 0000000000..c727fb8f90
--- /dev/null
+++ b/7kaa-music/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+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 --git a/7kaa-music/distinfo b/7kaa-music/distinfo
new file mode 100644
index 0000000000..c592f6309e
--- /dev/null
+++ b/7kaa-music/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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 --git a/Makefile b/Makefile
index d2c4d65beb..c2dada3633 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ SUBDIR+=	2048-c
 SUBDIR+=	389-ds-base
 SUBDIR+=	3dsconv
 SUBDIR+=	7kaa
+SUBDIR+=	7kaa-music
 SUBDIR+=	8cc-git
 SUBDIR+=	ARC
 SUBDIR+=	Bear


Home | Main Index | Thread Index | Old Index