summaryrefslogtreecommitdiff
path: root/games-misc/exult-sound/exult-sound-0-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/exult-sound/exult-sound-0-r2.ebuild')
-rw-r--r--games-misc/exult-sound/exult-sound-0-r2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/games-misc/exult-sound/exult-sound-0-r2.ebuild b/games-misc/exult-sound/exult-sound-0-r2.ebuild
new file mode 100644
index 000000000000..a1cb960fdc53
--- /dev/null
+++ b/games-misc/exult-sound/exult-sound-0-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sound data for games-engines/exult"
+HOMEPAGE="http://exult.sourceforge.net/"
+SRC_URI="mirror://sourceforge/exult/exult_audio.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!<games-engines/exult-9999"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/exult/music
+ doins music/*.ogg
+ insinto /usr/share/exult/
+ doins *.flx
+ newdoc music/readme.txt music-readme.txt
+ dodoc README_audiopack.txt readme_{jmsfx,jmsisfx,sqsfxbg,sqsfxsi}.txt
+}