From 22d71833096bbc8867afcbe7e390c2de307cf39c Mon Sep 17 00:00:00 2001 From: Stuart Bouyer Date: Fri, 25 Oct 2002 15:26:04 +0000 Subject: initial ebuild addition - digest, ChangeLog etal --- x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild (limited to 'x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild') 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}/* +} -- cgit v1.2.3-65-gdbad