#Copyright 199-2005 Gentoo Foundation #Distributed under the terms of the GNU General Public License v2 #$Header: $ DESCRIPTION="File to voice in IRC" HOMEPAGE="http://www.telefonica.net/web2/ircha/" SRC_URI="http://www.bajarloya.com/gennio/ircha.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-arch/unzip media-sound/sox app-accessibility/mbrola dev-lang/perl" src_unpack () { mkdir ${S} cd ${S} unpack ${A} } src_install () { dodir /usr/{bin,share/ircha} cd ${S}/ircha/ cp -R es1 ${D}/usr/share/ircha/ cp irchalib.pl ${D}/usr/share/ircha/ cp ircspeak.pl ${D}/usr/share/ircha/ cp ircha_l.pl ${D}/usr/share/ircha/ cp ttp.pl ${D}/usr/share/ircha/ cp lee.pl ${D}/usr/share/ircha/ cp -R xchat-script ${D}/usr/share/ircha/ cp -R bitch-scripts ${D}/usr/share/ircha/ cp -R ksirc-scripts ${D}/usr/share/ircha/ cp -R kvirc-scripts ${D}/usr/share/ircha/ dosym /usr/share/ircha/lee.pl /usr/bin/lee }