From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../sound-icons/sound-icons-0.1.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-accessibility/sound-icons/sound-icons-0.1.ebuild (limited to 'app-accessibility/sound-icons/sound-icons-0.1.ebuild') diff --git a/app-accessibility/sound-icons/sound-icons-0.1.ebuild b/app-accessibility/sound-icons/sound-icons-0.1.ebuild new file mode 100644 index 000000000000..1fe8a80f3b2e --- /dev/null +++ b/app-accessibility/sound-icons/sound-icons-0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="a collection of Sound Icons for speech-dispatcher" +HOMEPAGE="http://www.freebsoft.org" +SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 x86" +IUSE="" + +RDEPEND="app-accessibility/speech-dispatcher" + +src_compile(){ + einfo "Nothing to compile." +} + +src_install() { + dodoc README + insinto /usr/share/sounds/sound-icons + doins "${S}"/*.wav + links="`find ${S} -type l -print`" + for link in $links; do + target=`readlink -n $link` + dosym $target /usr/share/sounds/sound-icons/`basename $link` + done +} -- cgit v1.2.3