summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild')
-rw-r--r--x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
new file mode 100644
index 000000000000..b5e95a76e95d
--- /dev/null
+++ b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+
+S=${WORKDIR}
+DESCRIPTION="Sounds for use with FVWM"
+SRC_URI="http://www.fvwm.org/generated/sounds_download/fvwm_sounds.tgz"
+HOMEPAGE="http://www.fvwm.org/"
+
+DEPEND="x11-wm/fvwm"
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2 FVWM"
+
+src_install () {
+ dodir /usr/share/sounds/fvwm
+ insinto /usr/share/sounds/fvwm
+ doins ${S}/*
+}