# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit webapp DESCRIPTION="A shoutbox written in PHP." HOMEPAGE="http://www.smiletag.com" SRC_URI="http://www.smiletag.com/files/${P}.tar.gz" LICENSE=GPL-2"" KEYWORDS="~x86" IUSE="" S="${WORKDIR}/${PN}" DEPEND="dev-lang/php net-www/apache" src_install() { cd ${S} webapp_src_preinst chmod 666 data/messages.xml insinto ${MY_HTDOCSDIR} doins -r * webapp_src_install }