diff options
author | Stuart Bouyer <stubear@gentoo.org> | 2002-10-25 15:26:04 +0000 |
---|---|---|
committer | Stuart Bouyer <stubear@gentoo.org> | 2002-10-25 15:26:04 +0000 |
commit | 22d71833096bbc8867afcbe7e390c2de307cf39c (patch) | |
tree | d937c0c757531b2ddcf06ac199a8a38d70ca7e49 /x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | |
parent | close #9256 (diff) | |
download | gentoo-2-22d71833096bbc8867afcbe7e390c2de307cf39c.tar.gz gentoo-2-22d71833096bbc8867afcbe7e390c2de307cf39c.tar.bz2 gentoo-2-22d71833096bbc8867afcbe7e390c2de307cf39c.zip |
initial ebuild addition - digest, ChangeLog etal
Diffstat (limited to 'x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild')
-rw-r--r-- | x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 19 |
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}/* +} |