# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit webapp DESCRIPTION="DeluxeBB is Open Source forum package" HOMEPAGE="http://www.deluxebb.com/" SRC_URI="http://www.deluxebb.com/download/${PN}1_09.zip" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="app-arch/unzip" RDEPEND="mysql? ( dev-db/mysql ) virtual/httpd-php" S="${WORKDIR}" src_install() { webapp_src_preinst dodoc docs/changelog.txt docs/install.txt docs/license.txt docs/upgrade.txt cp -pPR * "${D}/${MY_HTDOCSDIR}" webapp_serverowned ${MY_HTDOCSDIR}/classes webapp_serverowned ${MY_HTDOCSDIR}/files webapp_serverowned ${MY_HTDOCSDIR}/images webapp_serverowned ${MY_HTDOCSDIR}/lang/English.php webapp_serverowned ${MY_HTDOCSDIR}/logs webapp_serverowned ${MY_HTDOCSDIR}/settings webapp_serverowned ${MY_HTDOCSDIR}/templates webapp_configfile ${MY_HTDOCSDIR}/install.php webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt webapp_src_install }