# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit webapp DESCRIPTION="iFoto is Open Source photo gallery" HOMEPAGE="http://ifoto.ireans.com" SRC_URI="http://ifoto.ireans.com/release/${P}.zip" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="app-arch/unzip" RDEPEND="virtual/httpd-php" S="${WORKDIR}" src_install() { webapp_src_preinst dodoc README.txt COPYING.txt cp -pPR * "${D}/${MY_HTDOCSDIR}" webapp_serverowned ${MY_HTDOCSDIR}/config.php webapp_serverowned ${MY_HTDOCSDIR}/admin.php webapp_serverowned ${MY_HTDOCSDIR}/data webapp_serverowned ${MY_HTDOCSDIR}/gallery webapp_serverowned ${MY_HTDOCSDIR}/includes webapp_serverowned ${MY_HTDOCSDIR}/templates webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt echo " Default username is admin and default password is mypassword" echo " It's possible change it in config.php file" webapp_src_install }