# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit webapp DESCRIPTION="BBclone is a web counter written in PHP giving a detailed view of the visitors" HOMEPAGE="http://bbclone.de/" SRC_URI="http://bbclone.de/download.php?get=${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" RDEPEND=">=virtual/php-4.0.6 net-www/apache" S=${WORKDIR}/${PN} src_install() { webapp_src_preinst cp -a * ${D}/${MY_HTDOCSDIR} rm -rf ${D}/${MY_HTDOCSDIR}/doc dodoc doc/* webapp_postinst_txt en ${FILESDIR}/postinstall-0.4.6-en.txt webapp_configfile ${MY_HTDOCSDIR}/conf/config.php webapp_src_install }