summaryrefslogtreecommitdiff
path: root/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-sound/wmsound-data/wmsound-data-1.0.0.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'media-sound/wmsound-data/wmsound-data-1.0.0.ebuild')
-rw-r--r--media-sound/wmsound-data/wmsound-data-1.0.0.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild b/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild
new file mode 100644
index 000000000000..1ec21eb8311e
--- /dev/null
+++ b/media-sound/wmsound-data/wmsound-data-1.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+IUSE=""
+
+DESCRIPTION="A bunch of sounds for WindowMaker Sound Server"
+SRC_URI="http://largo.windowmaker.org/files/worms2sounds.tar.gz
+ http://largo.windowmaker.org/files/wmsdefault.tar.gz"
+HOMEPAGE="http://largo.windowmaker.org/"
+
+DEPEND=">=x11-wm/windowmaker-0.80.2-r2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ~ppc amd64 sparc"
+
+S1=${WORKDIR}/Sounds
+S2=${WORKDIR}/SoundSets
+
+src_install() {
+ insinto /usr/share/WindowMaker/Defaults
+ doins "${FILESDIR}"/WMSound
+
+ insinto /etc/X11/WindowMaker
+ doins "${FILESDIR}"/WMSound
+
+ insinto /usr/share/WindowMaker/SoundSets
+ doins "${FILESDIR}"/wmsound-soundset
+
+ insinto /usr/share/WindowMaker/SoundSets/Default
+ doins "${FILESDIR}"/wmsound-soundset
+
+ cd "${S1}"
+ insinto /usr/share/WindowMaker/Sounds
+ doins *.wav
+
+ cd "${S2}"
+ insinto /usr/share/WindowMaker/SoundSets
+ doins Worms2
+}